Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type JOB ¶
type JOB struct {
*httpclient.Client
// contains filtered or unexported fields
}
JOB define
type Park ¶
type Park struct {
Infos []*ParkInfo `json:"carpark_info"`
ParkNo string `json:"carpark_number"`
UpdateTime string `json:"update_datetime"`
}
Park struct
type ParkInfo ¶
type ParkInfo struct {
TotalLots string `json:"total_lots"`
LotType string `json:"lot_type"`
LotsAvailable string `json:"lots_available"`
}
ParkInfo struct
Click to show internal directories.
Click to hide internal directories.