openstates/link_node.go

7 lines
98 B
Go

package openstates
type LinkNode struct {
Url string `json:"url"`
Text string `json:"text"`
}