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

Struct PauseOptions

pkg/api/api.go:636–641  ·  view source on GitHub ↗

PauseOptions group options of the Pause API

Source from the content-addressed store, hash-verified

634
635// PauseOptions group options of the Pause API
636type PauseOptions struct {
637 // Services passed in the command line to be started
638 Services []string
639 // Project is the compose project used to define this app. Might be nil if user ran command just with project name
640 Project *types.Project
641}
642
643// ExportOptions group options of the Export API
644type ExportOptions struct {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected