Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type LocationParser ¶
type LocationParser struct{}
func NewLocationParser ¶
func NewLocationParser() *LocationParser
type MasterParser ¶
type MasterParser struct{}
func NewMasterParser ¶
func NewMasterParser() *MasterParser
type NeighborhoodParser ¶
type NeighborhoodParser struct{}
func NewNeighborhoodParser ¶
func NewNeighborhoodParser() *NeighborhoodParser
func (*NeighborhoodParser) Parse ¶
func (p *NeighborhoodParser) Parse(base, update string) (map[int]models.Neighborhood, error)
type ParserOptions ¶
type ParserOptions struct {
States []State
}
type StreetParser ¶
type StreetParser struct {
// contains filtered or unexported fields
}
func NewStreetParser ¶
func NewStreetParser(opts ...StreetParserOption) *StreetParser
type StreetParserOption ¶
type StreetParserOption func(opts *ParserOptions)
func WithStates ¶
func WithStates(states ...State) StreetParserOption
Click to show internal directories.
Click to hide internal directories.