Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type NornRegistry ¶ added in v0.2.0
type NornRegistry struct { Logger log.Logger Listener chrysom.ListenerFunc ListenerConfig chrysom.ListenerClientConfig Measures chrysom.Measures Reader chrysom.Reader Argus chrysom.BasicClientConfig }
type Registry ¶
type Registry struct { HookStore *chrysom.BasicClient Logger log.Logger }
func NewRegistry ¶
func NewRegistry(in RegistryIn) (*Registry, error)
NewRegistry returns Registry with configured argus client and listener
type RegistryIn ¶
type RegistryIn struct { fx.In NornRegistry NornRegistry }
RegistryIn is the set of dependencies for this package's components
Click to show internal directories.
Click to hide internal directories.