Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Slash ¶
type Slash struct {
Token string `form:"token"`
TeamID string `form:"team_id"`
TeamDomain string `form:"team_domain"`
ChannelID string `form:"channel_id"`
ChannelName string `form:"channel_name"`
UserID string `form:"user_id"`
UserName string `form:"user_name"`
Command string `form:"command"`
Text string `form:"text"`
ResponseURL string `form:"response_url"`
}
Click to show internal directories.
Click to hide internal directories.