package
Version:
v1.2.3-alpha.1
Opens a new window with list of versions in this module.
Published: Jan 18, 2019
License: GPL-3.0
Opens a new window with license information.
Imports: 9
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
View Source
const (
ApiActionGenerate = "/api/generate_work"
ApiActionValidate = "/api/validate_work"
ApiActionCancel = "/api/cancel_work"
)
func InitRawUrl(rawurl string)
type ResponseJson struct {
Code int `json:"code"`
Data interface{} `json:"data"`
Error string `json:"error"`
Msg string `json:"msg"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.