Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct { // VCS struct for version control systems VCS struct { Github struct { // Personal access token for https://github.com AccessToken string `yaml:"accessToken"` } `yaml:"github"` Gitlab struct { // Personal access token for https://gitlab.com AccessToken string `yaml:"accessToken"` } `yaml:"gitlab"` } `yaml:"vcs"` }
Config struct for application config
Click to show internal directories.
Click to hide internal directories.