Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Slack ¶
type Slack struct { Enabled bool `json:"-"` Name string `json:"-"` ProfileID string `json:"-"` URL string `json:"url"` // Set up an incoming WebHook integration within your Slack account. Copy and paste the generated WebHook URL into the field above Channel string `json:"channel"` // The channel (for example, `#general`) or the user (for example, `@john.smith`) to send the message to Message string `json:"message"` // The content of the message. Type '{' for placeholder suggestions }
func (*Slack) FillDemoValues ¶
func (*Slack) MarshalHCL ¶
func (me *Slack) MarshalHCL(properties hcl.Properties) error
Click to show internal directories.
Click to hide internal directories.