Documentation ¶
Overview ¶
Package smskeys contains web controllers for realm certificate key management.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Controller ¶
type Controller struct {
// contains filtered or unexported fields
}
Controller has handlers HTTP actions realted to SMS signing key management.
func New ¶
func New(config *config.ServerConfig, db *database.Database, publicKeyCache *keyutils.PublicKeyCache, h *render.Renderer) *Controller
New creates a new Controller
func (*Controller) HandleActivate ¶
func (c *Controller) HandleActivate() http.Handler
func (*Controller) HandleCreateKey ¶
func (c *Controller) HandleCreateKey() http.Handler
func (*Controller) HandleDestroy ¶
func (c *Controller) HandleDestroy() http.Handler
func (*Controller) HandleDisable ¶
func (c *Controller) HandleDisable() http.Handler
func (*Controller) HandleEnable ¶
func (c *Controller) HandleEnable() http.Handler
func (*Controller) HandleIndex ¶
func (c *Controller) HandleIndex() http.Handler
Click to show internal directories.
Click to hide internal directories.