Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func BadRequest ¶
func BadRequest()
Types ¶
type ErrorBody ¶
type SuccessBody ¶
type SuccessBody struct { Error bool `json:"error"` Message string `json:"message"` Data interface{} `json:"data"` }
func SuccessForTest ¶
func SuccessForTest(body string) (*SuccessBody, error)
Click to show internal directories.
Click to hide internal directories.