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