-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
b222f59
commit ec1418b
Showing
10 changed files
with
423 additions
and
100 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,21 +1,21 @@ | ||
package arrival | ||
|
||
import "github.com/ownerofglory/govvs/common" | ||
import "github.com/ownerofglory/govvs/vvscommon" | ||
|
||
type Arrival struct { | ||
StopID string `json:"stopID"` | ||
X string `json:"x"` | ||
Y string `json:"y"` | ||
MapName string `json:"mapName"` | ||
Area string `json:"area"` | ||
Platform string `json:"platform"` | ||
PlatformName string `json:"platformName,omitempty"` | ||
StopName string `json:"stopName"` | ||
NameWO string `json:"nameWO"` | ||
Countdown string `json:"countdown"` | ||
DateTime common.DateTime `json:"dateTime"` | ||
RealDateTime common.DateTime `json:"realDateTime"` | ||
ServingLine common.ServingLine `json:"servingLine"` | ||
Operator common.Operator `json:"operator"` | ||
Attrs []common.Attr `json:"attrs"` | ||
StopID string `json:"stopID"` | ||
X string `json:"x"` | ||
Y string `json:"y"` | ||
MapName string `json:"mapName"` | ||
Area string `json:"area"` | ||
Platform string `json:"platform"` | ||
PlatformName string `json:"platformName,omitempty"` | ||
StopName string `json:"stopName"` | ||
NameWO string `json:"nameWO"` | ||
Countdown string `json:"countdown"` | ||
DateTime vvscommon.DateTime `json:"dateTime"` | ||
RealDateTime vvscommon.DateTime `json:"realDateTime"` | ||
ServingLine vvscommon.ServingLine `json:"servingLine"` | ||
Operator vvscommon.Operator `json:"operator"` | ||
Attrs []vvscommon.Attr `json:"attrs"` | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.