Documentation
¶
Index ¶
Constants ¶
View Source
const ConfigFileName string = "gitdog.json"
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type GlobalConfig ¶
type GlobalConfig struct {
// Token github access token
Token string
// RepoOwner
RepoOwner string
// RepoName
RepoName string
}
func Load ¶
func Load(filePath string) *GlobalConfig
func (*GlobalConfig) Save ¶
func (r *GlobalConfig) Save(filePath string)
Click to show internal directories.
Click to hide internal directories.