Upstream sync
This commit is contained in:
8
application/viewmodel/zipcode.go
Normal file
8
application/viewmodel/zipcode.go
Normal file
@@ -0,0 +1,8 @@
|
||||
package viewmodel
|
||||
|
||||
type Zipcode struct {
|
||||
ID int64 `json:"-"`
|
||||
UUID string `json:"uuid"`
|
||||
Zipcode string `json:"zipcode"`
|
||||
Participating bool `json:"participating"`
|
||||
}
|
||||
Reference in New Issue
Block a user