Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CertResult ¶
type ProfileResult ¶
type ProfileResult struct { Name string Cert CertResult DockerHost string }
type Storager ¶
type Storager interface { AddCert(name, ptype, cn, altNames, caUrl string) RemoveCert(name string) error GetCert(name string) CertResult ListCerts() []CertResult AddProfile(name, certName, dockerHost string) RemoveProfile(name string) GetProfile(name string) ProfileResult ListProfiles() []ProfileResult End() }
Click to show internal directories.
Click to hide internal directories.