Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AddUserChrome ¶
func AddUserChrome(c Userchrome)
func SetUserChromeConfig ¶ added in v0.2.0
func UnsetUserChromeConfig ¶ added in v0.2.0
func WriteConfig ¶ added in v0.2.0
Types ¶
type Config ¶ added in v0.2.0
type Config struct { Profile string `toml:"profile"` Userchromes []Userchrome `toml:"userchromes"` }
func ReadConfig ¶ added in v0.2.0
func ReadConfig() Config
type Userchrome ¶
type Userchrome struct { Name string `toml:"name"` CloneURL string `toml:"clone_url"` Configs []UserchromeConfig `toml:"configs"` }
func GetUserChromes ¶
func GetUserChromes() []Userchrome
type UserchromeConfig ¶ added in v0.2.0
Click to show internal directories.
Click to hide internal directories.