Include types from gonavitia/navitia
This commit is contained in:
parent
82769f923e
commit
24b1102761
157 changed files with 26062 additions and 116 deletions
9
types/network.go
Normal file
9
types/network.go
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
package types
|
||||
|
||||
// Network represents a specific network.
|
||||
// They are fed by the agencies in GTFS format.
|
||||
// See http://doc.navitia.io/#public-transport-objects.
|
||||
type Network struct {
|
||||
ID string `json:"id"` // ID is the identifier of the network
|
||||
Name string `json:"name"` // Name is the name of the network
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue