package
Version:
v0.1.8
Opens a new window with list of versions in this module.
Published: Jul 27, 2021
License: Apache-2.0
Opens a new window with license information.
Imports: 23
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
View Source
var (
ErrNoChannel = errors.New("no channel provided")
ErrNoClientID = errors.New("no clientID in configuration file")
ErrNoUsername = errors.New("no username in configuration file")
ErrInvalidAccessToken = errors.New("invalid access token")
)
type Config struct {
ClientID string `yaml:"clientID"`
Username string `yaml:"username"`
RedirectPort string `yaml:"redirectPort"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.