Versions in this module Expand all Collapse all v0 v0.1.0 Apr 24, 2026 Changes in this version + func Reset() + type Config struct + DefaultRemote string + Hosts []HostEntry + InsecureSkipVerify bool + Plugins PluginsConfig + func Load() (*Config, error) + func MustLoad() *Config + func (c *Config) Dir() string + func (c *Config) HostForURL(rawURL string) *HostEntry + func (c *Config) PluginsDir() string + func (c *Config) ReadToken(hostType string) (string, error) + func (c *Config) SecretsDir() string + type HostEntry struct + TokenFile string + Type string + URL string + type PluginsConfig struct + Disabled []string