Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetProjectConf ¶
func GetUserConf ¶
func GetUserConf() string
Types ¶
type Config ¶
type Config struct {
User string `json:"user"`
Project map[string][]string `json:"project"`
Output OutputConf `json:"output"`
}
type OutputConf ¶
type OutputConf struct {
Title string `json:"title"`
Dir string `json:"dir"`
Filter []string `json:"filter"`
}
func GetOutputConf ¶
func GetOutputConf() OutputConf
Click to show internal directories.
Click to hide internal directories.