Documentation ¶
Overview ¶
Package updater will provide an interface to update the unit stucts before inserting into DB
Users can implement their own logic to mutate units struct to manipulate each unit struct
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type UnitUpdater ¶
UnitUpdater implements the interface to update compute units from different updaters.
func NewUnitUpdater ¶
func NewUnitUpdater(logger log.Logger) (*UnitUpdater, error)
NewUnitUpdater creates a new UnitUpdater
Click to show internal directories.
Click to hide internal directories.