Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type SlashCommand ¶
type SlashCommand struct { Token string `json:"token"` TeamID string `json:"team_id"` TeamDomain string `json:"team_domain"` EnterpriseID string `json:"enterprise_id,omitempty"` EnterpriseName string `json:"enterprise_name,omitempty"` ChannelID string `json:"channel_id"` ChannelName string `json:"channel_name"` UserID string `json:"user_id"` UserName string `json:"user_name"` Command string `json:"command"` Text string `json:"text"` ResponseURL string `json:"response_url"` TriggerID string `json:"trigger_id"` APIAppID string `json:"api_app_id"` }
SlashCommand contains informations about the request of slack slash command itself
type SongQuote ¶
type SongQuote struct { ID int64 `json:"id" db:"id"` QuoteText string `json:"quoteText" db:"quote_text"` SongTitle string `json:"songTitle" db:"song_title"` AlbumTitle string `json:"albumTitle" db:"album_title"` AlbumYear int `json:"albumYear" db:"album_year"` BandName string `json:"bandName" db:"band_name"` }
Click to show internal directories.
Click to hide internal directories.