MCPcopy Index your code
hub / github.com/dagger/dagger / modObject

Struct modObject

cmd/dagger/module_inspect.go:883–892  ·  view source on GitHub ↗

modObject is a representation of dagger.ObjectTypeDef.

Source from the content-addressed store, hash-verified

881
882// modObject is a representation of dagger.ObjectTypeDef.
883type modObject struct {
884 Name string
885 Description string
886 Functions []*modFunction
887 Fields []*modField
888 Constructor *modFunction
889 SourceModuleName string
890 owner *moduleDef
891 typeDef *modTypeDef
892}
893
894var _ functionProvider = (*modObject)(nil)
895

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected