package models type GeoSearchParams struct { Street string City string State string Zip string } type GeoSearchResponse map[string]interface{}