Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Command ¶ added in v0.3.0
Command is a structure extracted by the comment body
func ExtractCommands ¶ added in v0.5.3
ExtractCommands extracts commands (i.e. /[a-z], e.g., /test /retest /assign) from the comment body
type CommandHandler ¶ added in v0.3.0
type CommandHandler func(command Command, webhook *git.Webhook, config *cicdv1.IntegrationConfig) error
CommandHandler is a handler function type for chat ops events
Click to show internal directories.
Click to hide internal directories.