package
Version:
v1.0.0
Opens a new window with list of versions in this module.
Published: Jun 19, 2018
License: MIT
Opens a new window with license information.
Imports: 2
Opens a new window with list of imports.
Imported by: 3
Opens a new window with list of known importers.
Documentation
¶
type CommonCode struct {
CodeKind string `xml:"codeKind"`
DetailCategorizeCode string `xml:"detailCategorizeCode"`
Code string `xml:"code"`
CodeName string `xml:"codeName"`
CodeOrder int `xml:"codeOrder"`
JavaConstantCode string `xml:"javaConstantCode"`
}
type CommonResponse struct {
RequestID string `xml:"requestId"`
ReturnCode int `xml:"returnCode"`
ReturnMessage string `xml:"returnMessage"`
}
type Region struct {
RegionNo string `xml:"regionNo"`
RegionCode string `xml:"regionCode"`
RegionName string `xml:"regionName"`
}
type Zone struct {
ZoneNo string `xml:"zoneNo"`
ZoneName string `xml:"zoneName"`
ZoneCode string `xml:"zoneCode"`
ZoneDescription string `xml:"zoneDescription"`
RegionNo string `xml:"regionNo"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.