nidus-sync/platform/organization.go
Eli Ribble daa8cb1748
Push geocoding down a layer
This makes it possible to always save address information from our
geocoder.
2026-03-04 18:29:52 +00:00

6 lines
70 B
Go

package platform
type Organization struct {
ID int
Name string
}