Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CreateScreen ¶
func DeleteScreen ¶
func GetScreenList ¶
func UpdateScreen ¶
Types ¶
type APICreateScreenInput ¶
type APICreateScreenInput struct {
Name string `json:"name" binding:"required"`
}
type APIGetScreenListOuput ¶
type APIGetScreenListOuput struct {
Screen d.DashboardScreen `json:"screen"`
GraphTitles []string `json:"graph_names"`
GraphIds []int64 `json:"graph_ids"`
}
type APIUpdateScreenInput ¶
Click to show internal directories.
Click to hide internal directories.