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

Struct httpSchema

core/schema/http.go:17–17  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

15var _ SchemaResolvers = &httpSchema{}
16
17type httpSchema struct{}
18
19func (s *httpSchema) Install(srv *dagql.Server) {
20 dagql.Fields[*core.Query]{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected