Documentation
¶
Index ¶
- Constants
- func BasicAuthUsersValidator(users map[User]Password) middleware.BasicAuthValidator
- func BasicAuthValidator(user User, password Password) middleware.BasicAuthValidator
- func IdempotencyMiddlewareEcho(store idempotency.IdempotencyStore) echo.MiddlewareFunc
- type Password
- type RestUsers
- type User
Constants ¶
View Source
const IdempotencyKey = "Idempotency-Key"
Variables ¶
This section is empty.
Functions ¶
func BasicAuthUsersValidator ¶ added in v2.4.38
func BasicAuthUsersValidator(users map[User]Password) middleware.BasicAuthValidator
func BasicAuthValidator ¶
func BasicAuthValidator(user User, password Password) middleware.BasicAuthValidator
func IdempotencyMiddlewareEcho ¶
func IdempotencyMiddlewareEcho(store idempotency.IdempotencyStore) echo.MiddlewareFunc
IdempotencyMiddlewareEcho provides idempotency for Echo handlers.
Types ¶
Click to show internal directories.
Click to hide internal directories.