openstates/link_node.go

7 lines
98 B
Go
Raw Permalink Normal View History

2019-04-08 12:23:51 +00:00
package openstates
type LinkNode struct {
Url string `json:"url"`
Text string `json:"text"`
2019-04-08 12:23:51 +00:00
}