Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type A ¶
type A struct {
RegistrationNumber string `json:"registrationNumber"`
Number string `json:"number"`
TransponderNumber string `json:"transponderNumber"`
FirstName string `json:"firstName"`
LastName string `json:"lastName"`
Nationality string `json:"nationality"`
ClassNumber string `json:"classNumber"`
// contains filtered or unexported fields
}
type B ¶
type C ¶
type Comp ¶
type Comp struct {
RegistrationNumber string `json:"registrationNumber"`
Number string `json:"number"`
ClassNumber string `json:"classNumber"`
FirstName string `json:"firstName"`
LastName string `json:"lastName"`
Nationality string `json:"nationality"`
AdditionalData string `json:"additionalData"`
// contains filtered or unexported fields
}
type Cor ¶
type E ¶
type F ¶
type G ¶
type H ¶
type I ¶
type J ¶
type L ¶
type L struct {
CarNumber string `json:"carNumber"`
TimeLineNumber string `json:"timeLineNumber"`
TimeLineName string `json:"timeLineName"`
DateOfCrossing string `json:"dateOfCrossing"`
TimeOfCrossing string `json:"timeOfCrossing"`
DriverId string `json:"driverId"`
ClassName string `json:"className"`
// contains filtered or unexported fields
}
type RMCA ¶
type RMCA struct {
RelayServerTime string `json:"relayServerTime"`
// contains filtered or unexported fields
}
type RMHL ¶
type RMLT ¶
type RMS ¶
type RMS struct {
SortMode string `json:"sortMode"`
// contains filtered or unexported fields
}
type T ¶
Click to show internal directories.
Click to hide internal directories.