Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func MakeResponse ¶
Types ¶
type HttpResponse ¶
type HttpResponse struct {
Code int `json:"code"`
Msg string `json:"msg,omitempty"`
Data interface{} `json:"data,omitempty"`
}
func Fail ¶
func Fail(msg ...string) *HttpResponse
func Success ¶
func Success(data ...interface{}) *HttpResponse
Click to show internal directories.
Click to hide internal directories.