Documentation
¶
Index ¶
Constants ¶
View Source
const ( AuthTypeUntrusted = AuthType("untrusted") AuthTypeTLS = AuthType("tls") AuthTypeOIDC = AuthType("oidc") )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct {
ConfigDir string `yaml:"-"`
CertInfo *incusTLS.CertInfo `yaml:"-"`
DefaultRemote string `yaml:"default_remote"`
Remotes map[string]Remote `yaml:"remotes"`
}
func LoadConfig ¶
func (*Config) ConfigPath ¶
func (*Config) OIDCTokenPath ¶
func (*Config) SaveConfig ¶
Click to show internal directories.
Click to hide internal directories.