Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ExtraControllers []BuildController
ExtraControllers that will be started as well
Functions ¶
func BuildSyncers ¶
func BuildSyncers(ctx *synccontext.RegisterContext) ([]syncertypes.Object, error)
BuildSyncers builds the syncers
Types ¶
type BuildController ¶
type BuildController func(ctx *synccontext.RegisterContext) (syncertypes.Object, error)
BuildController is a function to build a new syncer
Click to show internal directories.
Click to hide internal directories.