Documentation ¶ Index ¶ func NewCertHandler(id uuid.UUID, backend certapi.CertService) http.Handler type CertMgr func NewCertMgr(id uuid.UUID, backend certapi.CertService) *CertMgr func (c *CertMgr) ServeHTTP(w http.ResponseWriter, req *http.Request) Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func NewCertHandler ¶ added in v0.0.20 func NewCertHandler(id uuid.UUID, backend certapi.CertService) http.Handler Types ¶ type CertMgr ¶ type CertMgr struct { // contains filtered or unexported fields } func NewCertMgr ¶ func NewCertMgr(id uuid.UUID, backend certapi.CertService) *CertMgr func (*CertMgr) ServeHTTP ¶ func (c *CertMgr) ServeHTTP(w http.ResponseWriter, req *http.Request) Source Files ¶ View all Source files certmgr.go Click to show internal directories. Click to hide internal directories.