Documentation
¶
Index ¶
Constants ¶
View Source
const TypeSlack = types.ProviderType("slack")
TypeSlack identifies the Slack provider
Variables ¶
View Source
var ( // ErrAPIRequest indicates a Slack API request failed with a non-2xx status ErrAPIRequest = errors.New("slack: api request failed") // ErrSlackAPIError indicates the Slack API returned an error in the response body ErrSlackAPIError = errors.New("slack: api returned error") // ErrOAuthTokenMissing indicates the OAuth token is not present in the credential payload ErrOAuthTokenMissing = errors.New("slack: oauth token missing") // ErrAccessTokenEmpty indicates the access token field is empty ErrAccessTokenEmpty = errors.New("slack: access token empty") )
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.