Documentation
¶
Index ¶
Constants ¶
View Source
const ( App = "hd" ConfigFile = "hd.toml" DefaultGatewayPort = 1000 )
Variables ¶
View Source
var ( Debug bool // 是否开启debug模式 Config = &RootConfig{} ToolConfigs = map[string]ToolConfig{} RepoConfigs = map[string]RepoConfig{} )
Functions ¶
This section is empty.
Types ¶
type ProjectConfig ¶
type RepoConfig ¶
type RootConfig ¶
type RootConfig struct {
Project ProjectConfig `toml:"project"`
Repos []RepoConfig `toml:"repos"`
Tools []ToolConfig `toml:"tools"`
}
Click to show internal directories.
Click to hide internal directories.