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