Versions in this module Expand all Collapse all v1 v1.1.0 Mar 14, 2022 Changes in this version + type CSVPlace struct + HouseNumber string + ID int64 + Lat float64 + Length int + Lon float64 + Name string + Postcode string + StreetID int64 + Type string type CSVProvider + DistrictsReader io.Reader + PlacesReader io.Reader v1.0.1 Mar 12, 2022 Changes in this version + type CSVProvider struct + DistrictsFile string + HouseNumbersFile string + LocationsFile string + StreetsFile string + func (p CSVProvider) Get() (*Data, error) + type Data struct + Districts []*District + HouseNumbers []*HouseNumber + Locations []*Location + Streets []*Street + type District struct + District string + Postcode string + type HouseNumber struct + HouseNumber string + Lat float64 + Lon float64 + Postcode string + StreetID int + type Location struct + HouseNumber string + Lat float64 + Lon float64 + Name string + Postcode string + StreetID int + Type string + type Provider interface + Get func() (*Data, error) + type Street struct + Cluster string + ID int + Lat float64 + Length int + Lon float64 + Name string + Postcode string