Versions in this module Expand all Collapse all v0 v0.1.6 Mar 7, 2021 v0.1.5 Mar 6, 2021 Changes in this version + func Register(key 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(key string, service Service) + func (g List) Get(key string) Service + func (g List) GetOrNot(key string) (Service, bool) + type Service interface + Name func() string