Documentation
¶
Overview ¶
Handler provides various state hanlders for our controlled compose run
Handler provides various state hanlders for our controlled compose run ¶
Handler provides various state hanlders for our controlled compose run ¶
Handler provides various state hanlders for our controlled compose run
Index ¶
- func Exit(client client.APIClient, container_events <-chan events.ContainerEvent, ...)
- func FileMonitor(filename string, monitors []types.FileMonitor, ...)
- func Output(client client.APIClient, container_name string, stdout bool, stderr bool, ...)
- func Timeout(timeout *types.Timeout, timeout_triggered chan<- types.ContainerStatus, ...)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Exit ¶
func Exit(client client.APIClient, container_events <-chan events.ContainerEvent, container_status chan<- types.ContainerStatus, exit_codes *types.ExitCodes, done <-chan struct{})
Exit will handle the case where a container exits for whatever reason.
func FileMonitor ¶
func FileMonitor(filename string, monitors []types.FileMonitor, container_status chan<- types.ContainerStatus, done <-chan struct{})
FileMonitor handles state conditions that result from content written to files
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.