Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AddEphKeyHandler ¶
type AddEphKeyHandler struct {
// contains filtered or unexported fields
}
func NewAddEphKeyHandler ¶
func NewAddEphKeyHandler(state *service.AppState) *AddEphKeyHandler
func (*AddEphKeyHandler) Handle ¶
func (h *AddEphKeyHandler) Handle(w http.ResponseWriter, r *http.Request)
type KeygenHandler ¶
type KeygenHandler struct {
// contains filtered or unexported fields
}
func NewKeygenHandler ¶
func NewKeygenHandler(state *service.AppState) *KeygenHandler
func (*KeygenHandler) Handle ¶
func (h *KeygenHandler) Handle(w http.ResponseWriter, r *http.Request)
type RevokeEphKeyHandler ¶
type RevokeEphKeyHandler struct {
// contains filtered or unexported fields
}
func NewRevokeEphKeyHandler ¶
func NewRevokeEphKeyHandler(state *service.AppState) *RevokeEphKeyHandler
func (*RevokeEphKeyHandler) Handle ¶
func (h *RevokeEphKeyHandler) Handle(w http.ResponseWriter, r *http.Request)
type SigngenHandler ¶
type SigngenHandler struct {
// contains filtered or unexported fields
}
func NewSigngenHandler ¶
func NewSigngenHandler(state *service.AppState) *SigngenHandler
func (*SigngenHandler) Handle ¶
func (h *SigngenHandler) Handle(w http.ResponseWriter, r *http.Request)
Click to show internal directories.
Click to hide internal directories.