Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DatabaseUpdater ¶
func NewUpdater ¶
func NewUpdater(logger zerolog.Logger, apifw APIMode.APIFirewall, updateTime time.Duration) DatabaseUpdater
NewUpdater function defines configuration updater controller
type Specification ¶
type Specification struct {
// contains filtered or unexported fields
}
func (*Specification) Run ¶
func (s *Specification) Run()
Run function performs update of the specification
func (*Specification) Shutdown ¶
func (s *Specification) Shutdown() error
Shutdown function stops update process
func (*Specification) Start ¶
func (s *Specification) Start() error
Start function starts update process every ConfigurationUpdatePeriod
Click to show internal directories.
Click to hide internal directories.