Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type PeriodicSync ¶
type PeriodicSync interface { Run() Close() }
func NewPeriodicSync ¶
func NewPeriodicSync(periodSeconds int, timeout time.Duration, caller SyncerFunc, l logger.CtxLogger) PeriodicSync
type SyncerFunc ¶
Click to show internal directories.
Click to hide internal directories.