idfm-api/types/link.go

9 lines
168 B
Go
Raw Normal View History

2023-07-14 10:23:33 +00:00
package types
type Link struct {
Href string `json:"href"`
Type string `json:"type"`
Rel string `json:"rel"`
Templated bool `json:"templated"`
}