Documentation ¶
Index ¶
- func BindAndValidate[T any](c echo.Context, val *T) error
- type Api
- func (api *Api) HandlerPostCreate() echo.HandlerFunc
- func (api *Api) HandlerPostGet() echo.HandlerFunc
- func (api *Api) HandlerSignInPost() echo.HandlerFunc
- func (api *Api) HandlerSignoutPost() echo.HandlerFunc
- func (api *Api) HandlerSignupPost() echo.HandlerFunc
- func (api *Api) HandlerUserGet() echo.HandlerFunc
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func BindAndValidate ¶
Types ¶
type Api ¶
type Api struct {
// contains filtered or unexported fields
}
func (*Api) HandlerPostCreate ¶
func (api *Api) HandlerPostCreate() echo.HandlerFunc
func (*Api) HandlerPostGet ¶
func (api *Api) HandlerPostGet() echo.HandlerFunc
func (*Api) HandlerSignInPost ¶
func (api *Api) HandlerSignInPost() echo.HandlerFunc
func (*Api) HandlerSignoutPost ¶
func (api *Api) HandlerSignoutPost() echo.HandlerFunc
func (*Api) HandlerSignupPost ¶
func (api *Api) HandlerSignupPost() echo.HandlerFunc
func (*Api) HandlerUserGet ¶
func (api *Api) HandlerUserGet() echo.HandlerFunc
Click to show internal directories.
Click to hide internal directories.