Documentation
¶
Index ¶
Constants ¶
View Source
const ( DefaultIntervalSec = 300 DefaultConcurrency = 3 )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type GlobalConfig ¶
type GlobalConfig struct {
Workspaces WorkspaceMap `json:"workspaces"`
}
func LoadGlobalConfig ¶
func LoadGlobalConfig() (GlobalConfig, error)
LoadGlobalConfig reads ~/.config/peekgit/config.json
type WorkspaceMap ¶
Click to show internal directories.
Click to hide internal directories.