Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CreateApiKeyHandler ¶
type CreateApiKeyHandler struct {
Service services.ApiKeyService
}
func (*CreateApiKeyHandler) Handle ¶
func (h *CreateApiKeyHandler) Handle() http.HandlerFunc
type DeleteApiKeyHandler ¶
type DeleteApiKeyHandler struct {
Service services.ApiKeyService
}
func (*DeleteApiKeyHandler) Handle ¶
func (h *DeleteApiKeyHandler) Handle() http.HandlerFunc
type GetAllApiKeysHandler ¶
type GetAllApiKeysHandler struct {
Service services.ApiKeyService
}
func (*GetAllApiKeysHandler) Handle ¶
func (h *GetAllApiKeysHandler) Handle() http.HandlerFunc
type GetApiKeyHandler ¶
type GetApiKeyHandler struct {
Service services.ApiKeyService
}
func (*GetApiKeyHandler) Handle ¶
func (h *GetApiKeyHandler) Handle() http.HandlerFunc
type UpdateApiKeyHandler ¶
type UpdateApiKeyHandler struct {
Service services.ApiKeyService
}
func (*UpdateApiKeyHandler) Handle ¶
func (h *UpdateApiKeyHandler) Handle() http.HandlerFunc
type VerifyApiKeyHandler ¶
type VerifyApiKeyHandler struct {
Service services.ApiKeyService
}
func (*VerifyApiKeyHandler) Handle ¶
func (h *VerifyApiKeyHandler) Handle() http.HandlerFunc
Click to show internal directories.
Click to hide internal directories.