package
0.1.23
Repository: https://github.com/docker/compose-cli.git
Documentation: pkg.go.dev

# Constants

FAILED indicates that stack deployment failed.
NetworkTag allow to track resource related to a compose network.
ProjectTag allow to track resource related to a compose project.
REMOVING indicates that stack is being deleted.
RUNNING indicates that stack is deployed and services are running.
ServiceTag allow to track resource related to a compose service.
STARTING indicates that stack is being deployed.
UNKNOWN indicates unknown stack state.
UPDATING indicates that some stack resources are being recreated.
VolumeTag allow to track resource related to a compose volume.

# Structs

PortPublisher hold status about published port.
ServiceStatus hold status about a service.
Stack holds the name and state of a compose application/stack.

# Interfaces

Service manages a compose project.