package model import "gorm.io/gorm" type EventsServices struct { gorm.Model EventId uint ServiceId uint }