Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Config ¶ added in v0.8.0
type Config interface {
GitHubToken() string
}
func LoadConfig ¶ added in v0.8.0
type GlobalConfig ¶ added in v0.8.0
type GlobalConfig struct {
GitHub struct {
Token string `yaml:"token"`
} `yaml:"github"`
}
Click to show internal directories.
Click to hide internal directories.