package models import ( "gorm.io/gorm" ) type Benchmark struct { gorm.Model Name string ScoringType string Description string }