common

package
v1.0.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jun 19, 2018 License: MIT Imports: 2 Imported by: 3

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type CommonCode

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

type CommonResponse struct {
	RequestID     string `xml:"requestId"`
	ReturnCode    int    `xml:"returnCode"`
	ReturnMessage string `xml:"returnMessage"`
}

type Region

type Region struct {
	RegionNo   string `xml:"regionNo"`
	RegionCode string `xml:"regionCode"`
	RegionName string `xml:"regionName"`
}

type ResponseError

type ResponseError struct {
	ResponseError xml.Name `xml:"responseError"`
	CommonResponse
}

func ParseErrorResponse

func ParseErrorResponse(bytes []byte) (*ResponseError, error)

type Zone

type Zone struct {
	ZoneNo          string `xml:"zoneNo"`
	ZoneName        string `xml:"zoneName"`
	ZoneCode        string `xml:"zoneCode"`
	ZoneDescription string `xml:"zoneDescription"`
	RegionNo        string `xml:"regionNo"`
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL