package
Version:
v0.0.0-...-b35bc85
Opens a new window with list of versions in this module.
Published: Dec 12, 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
¶
InitServer for init restful API Server
type Response struct {
ErrorNumber int `json:"error"`
ErrorDescription string `json:"desc"`
Result map[string]interface{} `json:"result"`
}
Response returns response object for rest API
Source Files
¶
Click to show internal directories.
Click to hide internal directories.