[golang] added ships first api calls
This commit is contained in:
parent
0d00bf9fd2
commit
860984057d
9 changed files with 164 additions and 0 deletions
9
golang/pkg/model/nav.go
Normal file
9
golang/pkg/model/nav.go
Normal file
|
@ -0,0 +1,9 @@
|
|||
package model
|
||||
|
||||
type Nav struct {
|
||||
FlightMode string `json:"flightMode"`
|
||||
Route Route `json:"route"`
|
||||
Status string `json:"status"`
|
||||
SystemSymbol string `json:"systemSymbol"`
|
||||
WaypointSymbol string `json:"waypointSymbol"`
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue