Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Commander ¶
type Commander struct { Config Dependencies }
Commander is a bot commander.
func NewCommander ¶
func NewCommander(cfg Config, deps Dependencies) *Commander
NewCommander creates a new Commander
type Dependencies ¶
type Dependencies struct { Logger zerolog.Logger Commenter providers.Commenter Executioner providers.Executer Converter providers.EnvironmentConverter }
Dependencies defines the dependencies of this command
Click to show internal directories.
Click to hide internal directories.