package
Version:
v0.0.0-...-51f1470
Opens a new window with list of versions in this module.
Published: Feb 15, 2021
License: Apache-2.0
Opens a new window with license information.
Imports: 6
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Config struct {
Slack SlackConfig `yaml:"slack"`
}
type SlackConfig struct {
ClientId string `yaml:"client_id"`
ClientSecret string `yaml:"client_secret"`
VerificationToken string `yaml:"verification_token"`
AuthToken string `yaml:"auth_token"`
Channel string `yaml:"channel"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.