add org_id and health endpoint
This commit is contained in:
@@ -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 {
|
||||
|
||||
@@ -1,7 +0,0 @@
|
||||
package model
|
||||
|
||||
import "gorm.io/gorm"
|
||||
|
||||
type Service struct {
|
||||
gorm.Model
|
||||
}
|
||||
Reference in New Issue
Block a user