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