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 读取用户目录中的全局配置。
type WorkspaceMap ¶
Click to show internal directories.
Click to hide internal directories.