Discover Packages
github.com/grafana/Grafana
pkg
services
search
package
Version:
v3.0.3+incompatible
Opens a new window with list of versions in this module.
Published: May 23, 2016
License: Apache-2.0
Opens a new window with license information.
Imports: 11
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation Source Files Index Constants Variables Functions Types GetDashboardFromJsonIndex(filename) Init() type FindPersistedDashboardsQuery type Hit type HitList type HitType type JsonDashIndex type JsonDashIndexItem type Query (s) Len() (s) Less(i, j) (s) Swap(i, j) NewJsonDashIndex(path) (index) GetDashboard(path) (index) Search(query)
Documentation
¶
type Hit struct {
Id int64 `json:"id"`
Title string `json:"title"`
Uri string `json:"uri"`
Type HitType `json:"type"`
Tags []string `json:"tags"`
IsStarred bool `json:"isStarred"`
}
const (
DashHitDB HitType = "dash-db"
DashHitHome HitType = "dash-home"
DashHitJson HitType = "dash-json"
DashHitScripted HitType = "dash-scripted"
)
type JsonDashIndex struct {
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.