Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type GenerateMessageOptions ¶
type GenerateMessageOptions struct { //For integration name, i.e. Slack. For string }
type IIntegration ¶
type IIntegration interface { Name() string Load(config.IntegrationConfig) error GenerateSlackMessage(GenerateMessageOptions) (*slack.WebhookMessage, error) }
Click to show internal directories.
Click to hide internal directories.