Versions in this module Expand all Collapse all v1 v1.2.25 Mar 5, 2024 Changes in this version + func Register(k string, gen Generator) + type Generator func() (Service, error) + type Generators map[string]Generator + type List map[string]Service + func GetServices() List + func (g List) Add(k string, service Service) + func (g List) Get(k string) Service + func (g List) GetOrNot(k string) (Service, bool) + type Service interface + Name func() string