Versions in this module Expand all Collapse all v0 v0.7.0 Jun 7, 2026 Changes in this version + func Path() (string, error) + func WriteConfigToFile(config *Config) error + type Config struct + DefaultProfile string + Profiles map[string]Profile + func ReadConfigFromFile() (config *Config, err error) + type Profile struct + Password string + Token string + URL string + Username string + func GetProfile() (Profile, error) + func (p *Profile) GrpcAddr(port string) string