package
Version:
v0.0.0-...-f1af898
Opens a new window with list of versions in this module.
Published: Dec 26, 2016
License: Apache-2.0
Opens a new window with license information.
Imports: 5
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type APIError struct {
Code int `json:"code"`
Details interface{} `json:"details"`
Message string `json:"message"`
}
type APIResult struct {
Result interface{} `json:"result"`
Success bool `json:"success"`
Error APIError `json:"error"`
}
type User2 struct {
Name string `xml:"name"`
Sex string `xml:"sex"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.