MCPcopy Create free account
hub / github.com/dagger/dagger / InstallInterface

Method InstallInterface

dagql/server.go:121–121  ·  view source on GitHub ↗
(*Interface, ...*ast.Directive)

Source from the content-addressed store, hash-verified

119type InstallHook interface {
120 InstallObject(ObjectType, ...*ast.Directive)
121 InstallInterface(*Interface, ...*ast.Directive)
122 // FIXME: add support for other install functions
123}
124

Callers 4

TestInterfacesFunction · 0.65
InstallInterfaceMethod · 0.65
InstallMethod · 0.65
installCoreInterfacesFunction · 0.65

Implementers 4

testInstallHookdagql/dagql_test.go
Serverdagql/server.go
EnvHookcore/env.go
legacyIDHookcore/schema/legacy_id.go

Calls

no outgoing calls

Tested by 1

TestInterfacesFunction · 0.52