grafana/pkg/models/stats.go

12 lines
162 B
Go
Raw Normal View History

2015-03-22 14:14:00 -05:00
package models
type SystemStats struct {
DashboardCount int
UserCount int
OrgCount int
}
type GetSystemStatsQuery struct {
Result *SystemStats
}