Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Controller ¶
type Controller struct { // SyncMap contains the map of series with active synchronization SyncMap map[string]*Synchronizer // contains filtered or unexported fields }
func NewController ¶
func NewController(conf *common.Config) (*Controller, error)
func (Controller) StartSyncForAll ¶
func (c Controller) StartSyncForAll()
func (Controller) StopSyncForAll ¶
func (c Controller) StopSyncForAll()
type Synchronizer ¶
type Synchronizer struct {
// contains filtered or unexported fields
}
Click to show internal directories.
Click to hide internal directories.