Documentation ¶
Index ¶
- func GenParamsList(c echo.Context) map[string]string
- func GetRequestID(c echo.Context) string
- func NewAPIResponse[T any](c echo.Context, method string, data T) models.APIResponse[T]
- func NewAPIResponseError[I any](c echo.Context, method string, err I) models.APIResponseError[I]
- type HandlerAPIVersion
- type HandlerFunc
- type Handlers
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GenParamsList ¶
func GetRequestID ¶
func GetRequestID(c echo.Context) string
func NewAPIResponse ¶
func NewAPIResponse[T any](c echo.Context, method string, data T) models.APIResponse[T]
func NewAPIResponseError ¶
func NewAPIResponseError[I any](c echo.Context, method string, err I) models.APIResponseError[I]
Types ¶
type HandlerAPIVersion ¶
type HandlerFunc ¶
type HandlerFunc echo.HandlerFunc
Click to show internal directories.
Click to hide internal directories.