openstates/name_node.go

9 lines
117 B
Go
Raw Normal View History

2019-04-08 12:23:51 +00:00
package openstates
type NameNode struct {
Name string
Note string
StartDate string
EndDate string
}