Versions in this module Expand all Collapse all v0 v0.2.0 Jun 28, 2018 v0.1.0 Apr 20, 2018 Changes in this version + type AbstractService struct + func (AbstractService) Init() error + func (AbstractService) Start() error + func (AbstractService) Stop() error + type CompositeService struct + Services []Service + func (s *CompositeService) AddService(ss Service) + func (s *CompositeService) Init() error + func (s *CompositeService) Start() error + func (s *CompositeService) Stop() error + type Service interface + Init func() error + Start func() error + Stop func() error