Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Controller ¶
type Controller interface { GetRepo(key string) *config.RepoConfig GetBot(key string) *bot.Bot StartBotPolling() Close() }
Controller is cherry picker controller interface
func InitController ¶
func InitController(opr *operator.Operator) (Controller, error)
InitController create controller from plugin
Click to show internal directories.
Click to hide internal directories.