MCPcopy Create free account
hub / github.com/docker/compose / Metadata

Struct Metadata

docs/examples/provider.go:162–168  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

160}
161
162type Metadata struct {
163 Name string `json:"name"`
164 Description string `json:"description"`
165 Required bool `json:"required"`
166 Type string `json:"type"`
167 Default string `json:"default,omitempty"`
168}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected