Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ResponseInterface ¶
type ResponseInterface interface { JSON(c echo.Context) error MiddlewareJson(w http.ResponseWriter) }
func Error ¶
func Error(statusCode int, systemCode, errorMessage string, err error) ResponseInterface
func Success ¶
func Success(statusCode int, systemCode string, data interface{}) ResponseInterface
Click to show internal directories.
Click to hide internal directories.