package
2.0.0-rc.2+incompatible
Repository: https://github.com/docker/compose-cli.git
Documentation: pkg.go.dev
# Functions
ContextWriter returns the writer from the context.
CreatedEvent creates a new Created (done) Event.
CreatingEvent creates a new Create in progress Event.
ErrorEvent creates a new Error Event.
ErrorMessageEvent creates a new Error Event with message.
KilledEvent creates a new Killed in progress Event.
KillingEvent creates a new Killing in progress Event.
NewEvent new event.
NewWriter returns a new multi-progress writer.
RemovedEvent creates a new removed (done) Event.
RemovingEvent creates a new Removing in progress Event.
RestartedEvent creates a new Restarted in progress Event.
RestartingEvent creates a new Restarting in progress Event.
Run will run a writer and the progress function in parallel.
RunningEvent creates a new Running in progress Event.
RunWithStatus will run a writer and the progress function in parallel and return a status.
StartedEvent creates a new Started in progress Event.
StartingEvent creates a new Starting in progress Event.
StoppedEvent creates a new Stopping in progress Event.
StoppingEvent creates a new Stopping in progress Event.
WithContextWriter adds the writer to the context.
# Interfaces
Writer can write multiple progress events.
# Type aliases
EventStatus indicates the status of an action.