Documentation
¶
Index ¶
Constants ¶
View Source
const CodeNotFound = "NotFound"
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AdministrativeRegion ¶
type AdministrativeRegion struct { Code string `json:"code"` // The six-digit number of the specific administrative division. Name string `json:"name"` // The Chinese name of the specific administrative division. }
func Parse ¶
func Parse(code string) *AdministrativeRegion
Click to show internal directories.
Click to hide internal directories.