Worked on stars in search results

This commit is contained in:
Torkel Ödegaard
2015-02-02 17:17:57 +01:00
parent ad3d15e28d
commit 97758380e0
6 changed files with 28 additions and 1 deletions

View File

@@ -57,6 +57,10 @@ type MetricQueryResultDataDto struct {
DataPoints [][2]float64 `json:"datapoints"`
}
type UserStars struct {
DashboardIds map[string]bool `json:"dashboardIds"`
}
func GetGravatarUrl(text string) string {
if text == "" {
return ""