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

Struct ExportOptions

pkg/api/api.go:644–648  ·  view source on GitHub ↗

ExportOptions group options of the Export API

Source from the content-addressed store, hash-verified

642
643// ExportOptions group options of the Export API
644type ExportOptions struct {
645 Service string
646 Index int
647 Output string
648}
649
650// CommitOptions group options of the Commit API
651type CommitOptions struct {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected