Versions in this module Expand all Collapse all v1 v1.13.0 Jul 1, 2026 Changes in this version + type CreateApiKeyHandler struct + Service services.ApiKeyService + func (h *CreateApiKeyHandler) Handle() http.HandlerFunc + type DeleteApiKeyHandler struct + Service services.ApiKeyService + func (h *DeleteApiKeyHandler) Handle() http.HandlerFunc + type GetAllApiKeysHandler struct + Service services.ApiKeyService + func (h *GetAllApiKeysHandler) Handle() http.HandlerFunc + type GetApiKeyHandler struct + Service services.ApiKeyService + func (h *GetApiKeyHandler) Handle() http.HandlerFunc + type UpdateApiKeyHandler struct + Service services.ApiKeyService + func (h *UpdateApiKeyHandler) Handle() http.HandlerFunc + type VerifyApiKeyHandler struct + Service services.ApiKeyService + func (h *VerifyApiKeyHandler) Handle() http.HandlerFunc