Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AddKeyHandlerImpl ¶
func AddKeyHandlerImpl(repo repository.KeysRepository, params key.AddKeyParams, principal *models.AuthPrincipal) middleware.Responder
func DeleteKeyHandlerImpl ¶
func DeleteKeyHandlerImpl(repo repository.KeysRepository, params key.DeleteKeyParams, principal *models.AuthPrincipal) middleware.Responder
Types ¶
type KeysHandlerStruct ¶
type KeysHandlerStruct struct { KeyAddKeyHandler key.AddKeyHandlerFunc KeyDeleteKeyHandler key.DeleteKeyHandlerFunc KeyGetKeysHandler key.GetKeysHandlerFunc }
func NewKeysHandler ¶
func NewKeysHandler(repo repository.KeysRepository) *KeysHandlerStruct
Click to show internal directories.
Click to hide internal directories.