Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type EventAction ¶
type EventAction struct { Event dockercompose.Event Time time.Time ContainerState types.ContainerState }
func NewEventAction ¶
func NewEventAction(evt dockercompose.Event, state types.ContainerState) EventAction
func (EventAction) Action ¶
func (EventAction) Action()
type EventWatcher ¶
type EventWatcher struct {
// contains filtered or unexported fields
}
func NewEventWatcher ¶
func NewEventWatcher(dcc dockercompose.DockerComposeClient, docker docker.LocalClient) *EventWatcher
func (*EventWatcher) OnChange ¶
func (w *EventWatcher) OnChange(ctx context.Context, st store.RStore, summary store.ChangeSummary) error
Click to show internal directories.
Click to hide internal directories.