Documentation
¶
Overview ¶
manager defines a runtime manager, similar in concept to kubernetes controller-runtime but simplified for the needs of this project.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Manager ¶
type Manager struct { Data *datastore.Data Log *zap.SugaredLogger // contains filtered or unexported fields }
Manager defines the overall runtime manager.
func (*Manager) AddController ¶
AddController adds a controller for start up.
Click to show internal directories.
Click to hide internal directories.