package
0.20.2
Repository: https://github.com/suosi-inc/go-pkg-web.git
Documentation: pkg.go.dev

# Functions

Data return success result with data result.
DataMessage return success result with data result and message.
Error return error result.
ErrorMessage return error result with error message.
Fail return fail result.
FailMessage return fail result with error message.
JsonData return json data.
JsonDataMessage return json data with message.
JsonError return json error.
JsonErrorMessage return json error with message.
JsonFail return json fail.
JsonFailMessage return json fail with message.
JsonSuccess return json success.
JsonSuccessMessage return json success with message.
JsonUnauthorized return json unauthorized.
JsonUnauthorizedMessage return json unauthorized with message.
Success return success result.
SuccessMessage return success result with message.

# Structs

No description provided by the author
Result is a generic json result type.