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

Struct ModuleObject

core/object.go:432–437  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

430}
431
432type ModuleObject struct {
433 Module dagql.ObjectResult[*Module]
434
435 TypeDef *ObjectTypeDef
436 Fields map[string]any
437}
438
439var _ dagql.HasDependencyResults = (*ModuleObject)(nil)
440

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected