Documentation ¶
Index ¶
Constants ¶
View Source
const ( Ok = 200 Redirect = 301 NotFound = 404 InternalServerError = 505 )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type JsonFormat ¶
func (*JsonFormat) Error ¶
func (json *JsonFormat) Error(interface{}) JsonFormat
func (*JsonFormat) Ok ¶
func (json *JsonFormat) Ok(data interface{}) JsonFormat
Click to show internal directories.
Click to hide internal directories.