Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func SaveConfig ¶
Types ¶
type CommitGenConfig ¶
type CommitGenConfig struct {
Active string `json:"active"`
Providers map[string]CommitGenEntry `json:"providers"`
}
type CommitGenEntry ¶
type Config ¶
type Config struct {
Profiles map[string]Profile `json:"profiles"`
PathMappings map[string]string `json:"path_mappings,omitempty"`
DefaultProfile string `json:"default_profile,omitempty"`
CommitGen *CommitGenConfig `json:"commit_gen,omitempty"`
}
func LoadConfig ¶
Click to show internal directories.
Click to hide internal directories.