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 GetRequestID ¶
func NewAPIResponse ¶
func NewAPIResponseError ¶
Types ¶
type HandlerFunc ¶
type HandlerFunc echo.HandlerFunc
Click to show internal directories.
Click to hide internal directories.