Versions in this module Expand all Collapse all v1 v1.0.0 Apr 23, 2024 Changes in this version + type Service interface + Start func() + Stop func() error + type ServiceRegistry struct + func NewServiceRegistry() *ServiceRegistry + func (s *ServiceRegistry) FetchService(service interface{}) error + func (s *ServiceRegistry) RegisterService(service Service) error + func (s *ServiceRegistry) StartAll() + func (s *ServiceRegistry) StopAll()