Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Handler ¶
type Handler struct {
// contains filtered or unexported fields
}
func (Handler) BindAndValidate ¶
BindAndValidate binds and validates the data struct pointed to by 'i'. It expects a stuct pointer as parameter, since it needs to populate its fields, otherwise it'll panic.
func (Handler) IdempotencyKey ¶ added in v2.2.0
func (h Handler) IdempotencyKey(c echo.Context) (ik entity.IdempotencyKey, err error)
Click to show internal directories.
Click to hide internal directories.