 Documentation
      ¶
      Documentation
      ¶
    
    
  
    
  
    Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Init ¶
func Init()
Types ¶
type FindPersistedDashboardsQuery ¶
type Hit ¶
type Hit struct {
	Id          int64    `json:"id"`
	Uid         string   `json:"uid"`
	Title       string   `json:"title"`
	Uri         string   `json:"uri"`
	Url         string   `json:"url"`
	Type        HitType  `json:"type"`
	Tags        []string `json:"tags"`
	IsStarred   bool     `json:"isStarred"`
	FolderId    int64    `json:"folderId,omitempty"`
	FolderUid   string   `json:"folderUid,omitempty"`
	FolderTitle string   `json:"folderTitle,omitempty"`
	FolderUrl   string   `json:"folderUrl,omitempty"`
}
    
       Source Files
      ¶
      Source Files
      ¶
    
- handlers.go
- models.go
 Click to show internal directories. 
   Click to hide internal directories.