Documentation
¶
Overview ¶
Package config contains config of all apps. Config strcut are not defined in their own package to avoid cycle dependencies
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AyiConfig ¶
type AyiConfig struct {
GitHub GitHubConfig `yaml:"github"`
}
AyiConfig contains config struct of all apps
type GitHubConfig ¶
type GitHubConfig struct {
// Token is personal access token generated using https://github.com/settings/tokens/new
Token string
}
Click to show internal directories.
Click to hide internal directories.