Versions in this module Expand all Collapse all v0 v0.0.4 Jan 15, 2025 v0.0.1 Jan 15, 2025 Changes in this version + type Service interface + Start func() + Status func() error + 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) Statuses() map[reflect.Type]error + func (s *ServiceRegistry) StopAll()