Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Slack ¶
type Slack struct { // Name of the channel Name string `json:"name" yaml:"name" hcl:"name,label"` // Token is auth token for slack app Token string `json:"token" yaml:"token" hcl:"token"` // Channel name Channel string `json:"channel" yaml:"channel" hcl:"channel"` Ignore bool `json:"ignore" yaml:"ignore" hcl:"ignore,optional"` }
Slack channel config
Click to show internal directories.
Click to hide internal directories.