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