Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Controller ¶ added in v0.1.1
type ControllerBuilder ¶ added in v0.1.1
type ControllerBuilder interface { SetHandler(handler func(key string) error) ControllerBuilder SetLogger(logger log.FieldLogger) ControllerBuilder SetReSyncHandler(handler func()) ControllerBuilder SetReSyncPeriod(period time.Duration) ControllerBuilder Build() (Controller, error) }
func NewControllerBuilder ¶ added in v0.1.1
func NewControllerBuilder(name string) ControllerBuilder
Click to show internal directories.
Click to hide internal directories.