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

Struct InputObjectSpec

dagql/types.go:1722–1726  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1720}
1721
1722type InputObjectSpec struct {
1723 Name string
1724 Description string
1725 Fields InputSpecs
1726}
1727
1728func (spec InputObjectSpec) Install(srv *Server) {
1729 srv.InstallTypeDef(spec)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected