add org_id and health endpoint

This commit is contained in:
kandrusyak
2023-07-16 15:30:02 +03:00
parent ee38811709
commit 454c9bc82e
5 changed files with 49 additions and 10 deletions

View File

@@ -20,6 +20,7 @@ type Event struct {
MedicalCard Card `json:"medicalCard" gorm:"-"`
MedicalCardId uint `json:"-"`
Services pq.Int32Array `json:"services" gorm:"type:integer[]"`
OrgId uint `json:"-"`
}
type CreateEvent struct {