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

Struct BackendOptions

cmd/compose/compose.go:419–421  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

417}
418
419type BackendOptions struct {
420 Options []compose.Option
421}
422
423func (o *BackendOptions) Add(option compose.Option) {
424 o.Options = append(o.Options, option)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected