Documentation ¶
Index ¶
Constants ¶
View Source
const ( ComponentName = "send_slack_channel" ResponsePort = "response" ErrorPort = "error" RequestPort = "request" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Component ¶
type Component struct {
// contains filtered or unexported fields
}
func (*Component) GetInfo ¶
func (t *Component) GetInfo() module.ComponentInfo
type Message ¶
type Message struct { ChannelID string `json:"channelID" required:"true" minLength:"1" title:"ChannelID" description:""` SlackToken string `json:"slackToken" required:"true" minLength:"1" title:"Slack token" description:"Bot User OAuth Token"` Text string `json:"text" required:"true" minLength:"1" title:"Message text" format:"textarea"` }
Click to show internal directories.
Click to hide internal directories.