openstates/identifier_node.go

7 lines
89 B
Go

package openstates
type IdentifierNode struct {
Identifier string
Scheme string
}