Documentation
¶
Index ¶
Constants ¶
View Source
const SlackPostMessageAPI = "https://slack.com/api/chat.postMessage"
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type APIRequest ¶
type APIResponse ¶
type Options ¶
type Options struct {
ID string `yaml:"id,omitempty"`
SlackWebHookURL string `yaml:"slack_webhook_url,omitempty"`
SlackUsername string `yaml:"slack_username,omitempty"`
SlackChannel string `yaml:"slack_channel,omitempty"`
SlackThreads bool `yaml:"slack_threads,omitempty"`
SlackThreadTS string `yaml:"slack_thread_ts,omitempty"`
SlackToken string `yaml:"slack_token,omitempty"`
SlackFormat string `yaml:"slack_format,omitempty"`
}
func (*Options) SendThreaded ¶
Click to show internal directories.
Click to hide internal directories.