Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type App ¶
type App struct { // AppID specifies the ID of the Slack App. AppID string `json:"appID"` // AppSigningSecret is the secret and verify requests. AppSigningSecret string `json:"appSigningSecret"` // APIToken is the bearer token that may be used by this gateway to send // messages to Slack. APIToken string `json:"apiToken"` }
App encapsulates the details of a Slack App that sends webbooks to this gateway.
Click to show internal directories.
Click to hide internal directories.