Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Registry ¶
type Registry struct { KV ports.KeyValueStore CheckersByType map[string]ports.UpdateChecker }
func NewRegistry ¶
func NewRegistry(kv ports.KeyValueStore) *Registry
func (Registry) LatestVersionFor ¶
func (*Registry) Register ¶
func (r *Registry) Register(checkers ...ports.UpdateChecker)
Click to show internal directories.
Click to hide internal directories.