package model import "gorm.io/gorm" type Kalender struct { gorm.Model }