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

Struct CommandMetadata

pkg/compose/plugins.go:292–294  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

290}
291
292type CommandMetadata struct {
293 Parameters []ParameterMetadata `json:"parameters"`
294}
295
296type ParameterMetadata struct {
297 Name string `json:"name"`

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected