Documentation
¶
Index ¶
Constants ¶
View Source
const CONFIG_LOCATION = "$HOME/.config/prom.json"
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct {
Version string `json:"version"`
StaleDir string `json:"stale_dir"`
Projects map[string]string `json:"projects"`
}
func LoadConfig ¶
type Manager ¶
type Manager struct {
Config Config
}
func GetManager ¶
func (*Manager) CloseProject ¶
Click to show internal directories.
Click to hide internal directories.