# Packages
No description provided by the author
No description provided by the author
No description provided by the author
# Functions
Fail return fail.
FailWithErrCode write an error or the response data into http response body.
FailWithHTML return the HTTP template specified by its file name.
FailWithMessage return fail with message.
Ok return success.
OkWithData return success with data.
OkWithDetailed return success with data and message.
OkWithHTML return the HTTP template specified by its file name.
OkWithMessage return success with message.
OkWithPage return success with page.
OkWithPageDetailed return success with page.
PageResult build page result info.
Result build result info.