Include types from gonavitia/navitia
This commit is contained in:
parent
82769f923e
commit
24b1102761
157 changed files with 26062 additions and 116 deletions
8
types/link.go
Normal file
8
types/link.go
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
package types
|
||||
|
||||
type Link struct {
|
||||
Href string `json:"href"`
|
||||
Type string `json:"type"`
|
||||
Rel string `json:"rel"`
|
||||
Templated bool `json:"templated"`
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue