package
Version:
v0.0.0-...-3bc260b
Opens a new window with list of versions in this module.
Published: May 9, 2019
License: Apache-2.0
Opens a new window with license information.
Imports: 2
Opens a new window with list of imports.
Imported by: 1
Opens a new window with list of known importers.
Documentation
¶
type ReqParam struct {
Token string `json:"token"`
}
type ResParam struct {
CID string `json:"cid"`
CKey string `json:"ckey"`
UID string `json:"uid"`
Name string `json:"name"`
Token string `json:"token"`
}
type RetStruct struct {
Status int `json:"status"`
Message string `json:"message"`
Data []ResParam `json:"data"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.