Documentation ¶
Index ¶
- Variables
- func Add(user model.User, cert model.Cert)
- func Attach(user model.User, cert model.Cert, domain string)
- func Detach(user model.User, cert model.Cert, domain string)
- func Info(user model.User, cert model.Cert) *Session
- func List(user model.User) *Session
- func Remove(user model.User, cert model.Cert)
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrNoCertMatch = errors.New("\"No Certificate matches the given query.\"")
Functions ¶
func Attach ¶
Attach executes `deis certs:attach` as the specified user to attach the specified cert to the specified domain.
func Detach ¶
Detatch executes `deis certs:detach` as the specified user to detach the specified cert from the specified domain.
func Info ¶
Info executes `deis certs:info` as the specified user to retrieve information about the specified cert.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.