From 31d094945ca5fa40f612127382ef6916cc236a80 Mon Sep 17 00:00:00 2001 From: Bastien DUMONT <bdumont@grandlyon.com> Date: Wed, 5 Oct 2022 07:38:30 +0000 Subject: [PATCH] feat: add consents city --- internal/models/consent.go | 1 + 1 file changed, 1 insertion(+) diff --git a/internal/models/consent.go b/internal/models/consent.go index abd5f79..59d456a 100644 --- a/internal/models/consent.go +++ b/internal/models/consent.go @@ -19,6 +19,7 @@ type Consent struct { Address string `json:"address"` PointID int `json:"pointID"` PostalCode string `json:"postalCode"` + City string `json:"city"` InseeCode string `json:"inseeCode"` EndDate time.Time `json:"endDate"` ServiceID int `json:"serviceID,omitempty"` -- GitLab