diff options
Diffstat (limited to 'internal/models/geo.go')
| -rw-r--r-- | internal/models/geo.go | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/internal/models/geo.go b/internal/models/geo.go new file mode 100644 index 0000000..a380ddb --- /dev/null +++ b/internal/models/geo.go @@ -0,0 +1,10 @@ +package models + +type GeoSearchParams struct { + Street string + City string + State string + Zip string +} + +type GeoSearchResponse map[string]interface{} |
