openstates/name_node.go

9 lines
117 B
Go

package openstates
type NameNode struct {
Name string
Note string
StartDate string
EndDate string
}