Documentation ¶
Index ¶
- func CheckMissingParams(requestBody map[string]interface{}, requiredParams []string)
- func ReadRequestBody(c echo.Context) (map[string]interface{}, error)
- func ResponseWrapper(c echo.Context, responseStatus int, responseBody interface{}) error
- func ServiceResponseWithIgnoreToastHeaderWrapper(c echo.Context, serviceOutput service.ServiceOutput) error
- func ServiceResponseWrapper(c echo.Context, serviceOutput service.ServiceOutput) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CheckMissingParams ¶
func ReadRequestBody ¶
func ResponseWrapper ¶
func ServiceResponseWithIgnoreToastHeaderWrapper ¶ added in v0.1.2
func ServiceResponseWithIgnoreToastHeaderWrapper( c echo.Context, serviceOutput service.ServiceOutput, ) error
func ServiceResponseWrapper ¶
func ServiceResponseWrapper( c echo.Context, serviceOutput service.ServiceOutput, ) error
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.