Documentation
¶
Index ¶
- func ParseInput(request *restful.Request, response *restful.Response, ...) ([]string, error)
- func ReadHttpPostBody(request *restful.Request, response *restful.Response, ...) ([]byte, error)
- func SetEngineStatus(request *restful.Request, response *restful.Response)
- func SetRw(request *restful.Request, response *restful.Response)
- func Start()
- type ResponseWithMsg
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ParseInput ¶
func ReadHttpPostBody ¶
func SetEngineStatus ¶
func SetEngineStatus(request *restful.Request, response *restful.Response)
Types ¶
type ResponseWithMsg ¶
type ResponseWithMsg struct {
Status string `json:"status"`
Msg map[string]interface{} `json:"msg"`
}
func ResponseSucInitFactory ¶
func ResponseSucInitFactory() *ResponseWithMsg
Click to show internal directories.
Click to hide internal directories.