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