grafana/pkg/services/sqlstore/tables.go

10 lines
161 B
Go

package sqlstore
// extra tables not required by the core/outside model
type DashboardTag struct {
Id int64
DashboardId int64
Term string
}