Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewCommand ¶
Types ¶
type CityListEntity ¶
type CityListResponse ¶
type CityListResponse struct {
CityList []*CityListEntity `json:"citylist"`
}
type SubwayLine ¶
type SubwayLine struct {
Name string `json:"ln"`
FullName string `json:"kn"`
Su string `json:"su"`
Station []SubwayStation `json:"st"`
}
type SubwayResponse ¶
type SubwayResponse struct {
Name string `json:"s"`
ADCode string `json:"i"`
List []SubwayLine `json:"l"`
O string `json:"o"`
}
Click to show internal directories.
Click to hide internal directories.