Documentation ¶
Index ¶
- func New(config string) (driver.Storager, error)
- type Cert
- type Config
- func (c *Config) AddCert(name, ptype, cn, altNames, tsaUrl string)
- func (c *Config) AddProfile(name, certName, dockerHost string)
- func (c *Config) End()
- func (c *Config) GetCert(name string) driver.CertResult
- func (c *Config) GetProfile(name string) driver.ProfileResult
- func (c *Config) ListCerts() []driver.CertResult
- func (c *Config) ListProfiles() []driver.ProfileResult
- func (c *Config) RemoveCert(name string) error
- func (c *Config) RemoveProfile(name string)
- type Model
- type Profile
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Config ¶
func (*Config) AddProfile ¶
func (*Config) GetProfile ¶
func (c *Config) GetProfile(name string) driver.ProfileResult
func (*Config) ListCerts ¶
func (c *Config) ListCerts() []driver.CertResult
func (*Config) ListProfiles ¶
func (c *Config) ListProfiles() []driver.ProfileResult
func (*Config) RemoveCert ¶
func (*Config) RemoveProfile ¶
Click to show internal directories.
Click to hide internal directories.