package models type AggWay struct { Id int64 `db:"id"` Name string `db:"name"` }