Versions in this module Expand all Collapse all v0 v0.4.0 Jan 10, 2017 v0.3.0 Aug 9, 2016 Changes in this version + const ContainerCreated + const ContainerStarted + const NetworkAdd + const NoEvent + const ProjectBuildDone + const ProjectBuildStart + const ProjectCreateDone + const ProjectCreateStart + const ProjectDeleteDone + const ProjectDeleteStart + const ProjectDownDone + const ProjectDownStart + const ProjectKillDone + const ProjectKillStart + const ProjectPauseDone + const ProjectPauseStart + const ProjectReload + const ProjectReloadTrigger + const ProjectRestartDone + const ProjectRestartStart + const ProjectStartDone + const ProjectStartStart + const ProjectStopDone + const ProjectStopStart + const ProjectUnpauseDone + const ProjectUnpauseStart + const ProjectUpDone + const ProjectUpStart + const ServiceAdd + const ServiceBuild + const ServiceBuildStart + const ServiceCreate + const ServiceCreateStart + const ServiceDelete + const ServiceDeleteStart + const ServiceDown + const ServiceDownStart + const ServiceKill + const ServiceKillStart + const ServicePause + const ServicePauseStart + const ServicePull + const ServicePullStart + const ServiceRestart + const ServiceRestartStart + const ServiceRun + const ServiceRunStart + const ServiceStart + const ServiceStartStart + const ServiceStop + const ServiceStopStart + const ServiceUnpause + const ServiceUnpauseStart + const ServiceUp + const ServiceUpIgnored + const ServiceUpStart + const VolumeAdd + type ContainerEvent struct + Attributes map[string]string + Event string + ID string + Service string + Time time.Time + Type string + type Emitter interface + AddListener func(c chan<- Event) + type Event struct + Data map[string]string + EventType EventType + ServiceName string + type EventType int + func (e EventType) String() string + type Notifier interface + Notify func(eventType EventType, serviceName string, data map[string]string)