slack

package
v0.3.1 Latest Latest
Warning

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

Go to latest
Published: Mar 31, 2022 License: Apache-2.0 Imports: 0 Imported by: 0

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.

Jump to

Keyboard shortcuts

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