Versions in this module Expand all Collapse all v1 v1.1.1 Apr 28, 2023 Changes in this version + func Dependencies() []string + func UnRegister() v1.1.0 Apr 20, 2023 Changes in this version + func Get() (module T) + func GetAfterRegister(fn func(module T)) + func Register(module T) + func Reset() + type Service struct + func (s *Service) GetCallbacksByIdentifier(identifier string) []any + func (s *Service) GetServiceByIdentifier(identifier string) any + func (s *Service) SetCallbacksByIdentifier(identifier string, fn any) + func (s *Service) SetServiceByIdentifier(identifier string, module any)