Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var (
IdleConnClosed = make(chan struct{})
)
View Source
var (
Server *http.Server
)
Functions ¶
func RunService ¶
func RunService()
Types ¶
type Resp ¶
type Resp struct {
Code int `json:"code"`
Error string `json:"error"`
Total int `json:"total"`
Schema interface{} `json:",omitempty"`
Score interface{} `json:",omitempty"`
Cn int `json:",omitempty"`
Data interface{} `json:"data"`
Get string `json:",omitempty"`
Random string `json:",omitempty"`
Home string `json:",omitempty"`
}
Click to show internal directories.
Click to hide internal directories.