Documentation ¶
Overview ¶
Copyright 2019-2020 Axetroy. All rights reserved. MIT license.
Copyright 2019-2020 Axetroy. All rights reserved. MIT license.
Copyright 2019-2020 Axetroy. All rights reserved. MIT license.
Index ¶
Constants ¶
This section is empty.
Variables ¶
Functions ¶
func CoverToLocationFlatten ¶ added in v0.6.0
把地区转换成简版,为了省流量支持
Types ¶
type Location ¶
type LocationSimplified ¶ added in v0.6.0
type LocationSimplified struct { N string `json:"n"` // 名称 name C string `json:"c"` // 代码 code S []LocationSimplified `json:"s,omitempty"` // 子地区 sub }
func CoverToLocationSimplified ¶ added in v0.6.0
func CoverToLocationSimplified(maps []Location) (result []LocationSimplified)
把地区转换成简版,为了省流量支持
Click to show internal directories.
Click to hide internal directories.