Documentation ¶
Overview ¶
Package apikey contains web controllers for listing and adding API Keys.
Index ¶
Constants ¶
View Source
const (
// QueryKeySearch is the query key where the search query exists.
QueryKeySearch = "q"
)
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Controller ¶
type Controller struct {
// contains filtered or unexported fields
}
func (*Controller) HandleCreate ¶
func (c *Controller) HandleCreate() http.Handler
func (*Controller) HandleDisable ¶ added in v0.3.0
func (c *Controller) HandleDisable() http.Handler
func (*Controller) HandleEnable ¶ added in v0.3.0
func (c *Controller) HandleEnable() http.Handler
func (*Controller) HandleIndex ¶
func (c *Controller) HandleIndex() http.Handler
func (*Controller) HandleShow ¶ added in v0.3.0
func (c *Controller) HandleShow() http.Handler
HandleShow displays the API key.
func (*Controller) HandleUpdate ¶ added in v0.3.0
func (c *Controller) HandleUpdate() http.Handler
HandleUpdate handles an update.
Source Files ¶
Click to show internal directories.
Click to hide internal directories.