Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Manager ¶
type Manager struct {
// contains filtered or unexported fields
}
Manager is the manager of registrations
func NewManager ¶
func NewManager(c ManagerConfig) *Manager
NewManager creates a new registration manager
type ManagerConfig ¶
type ManagerConfig struct {
DataStore datastore.DataStore
Log logrus.FieldLogger
Metrics telemetry.Metrics
Clock clock.Clock
}
ManagerConfig is the config for the registration manager
Click to show internal directories.
Click to hide internal directories.