slack

package
v1.2.13 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 15, 2026 License: Apache-2.0 Imports: 8 Imported by: 0

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

func Builder

func Builder() providers.Builder

Builder returns the Slack provider builder

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL