Documentation ¶
Index ¶
- Constants
- Variables
- func DeleteProfile(name string) bool
- func GetModelLocations() []string
- func Load()
- func RenameProfile(name, rename string) error
- func Save()
- func SelectProfile(name string) bool
- func Set(name, value string) error
- func UpdateFromServerProfile(result *jnode.Node) bool
- type ProfileT
Constants ¶
View Source
const Redacted = "*** redacted ***"
Variables ¶
View Source
var Config = &ProfileT{}
Config points to the current profile
View Source
var ConfigFile string
View Source
var GlobalConfig = &struct { Profiles map[string]*ProfileT CurrentProfile string ModelLocations []string }{}
Functions ¶
func DeleteProfile ¶
func GetModelLocations ¶
func GetModelLocations() []string
func RenameProfile ¶
func SelectProfile ¶
func UpdateFromServerProfile ¶
func UpdateFromServerProfile(result *jnode.Node) bool
Types ¶
Click to show internal directories.
Click to hide internal directories.