Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Config ¶
type Config struct {
Theme ThemeConfig `json:"theme"`
// Keys are the git repo path, e.g. "raymondji/git-stack-cli"
Repositories map[string]RepoConfig `json:"repositories"`
}
type GithubConfig ¶
type GithubConfig struct {
PersonalAccessToken string `json:"personalAccessToken"`
}
type GitlabConfig ¶
type GitlabConfig struct {
PersonalAccessToken string `json:"personalAccessToken"`
}
type RepoConfig ¶
type RepoConfig struct {
DefaultBranch string `json:"defaultBranch"`
Gitlab GitlabConfig `json:"gitlab"`
Github GithubConfig `json:"github"`
}
Click to show internal directories.
Click to hide internal directories.