package
Version:
v3.0.8+incompatible
Opens a new window with list of versions in this module.
Published: Jun 7, 2018
License: MIT
Opens a new window with license information.
Imports: 18
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type AppResult struct {
Result bool `json:result`
Code int `json:code`
Message interface{} `json:message`
Data DataInfo `json:data`
}
type DataInfo struct {
Count int `json:count`
Info []map[string]interface{} `json:info`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.