Documentation ¶ Index ¶ func Register(name string, monCh <-chan *worker.Message, sigCh chan<- *worker.Message) uint32 func Start(wg *sync.WaitGroup) psErr.E func Stop() type ServiceStatus func Status() ServiceStatus Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func Register ¶ func Register(name string, monCh <-chan *worker.Message, sigCh chan<- *worker.Message) uint32 func Start ¶ func Start(wg *sync.WaitGroup) psErr.E func Stop ¶ func Stop() Types ¶ type ServiceStatus ¶ type ServiceStatus int const ( Green ServiceStatus = iota Yellow Red ) func Status ¶ func Status() ServiceStatus Source Files ¶ View all Source files monitor.go Click to show internal directories. Click to hide internal directories.