dashboardScreenOWl

package
v3.14.0+incompatible Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 21, 2017 License: Apache-2.0 Imports: 8 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func CreateScreen

func CreateScreen(c *gin.Context)

func DeleteScreen

func DeleteScreen(c *gin.Context)

func GetScreen

func GetScreen(c *gin.Context)

func GetScreenList

func GetScreenList(c *gin.Context)

func Routes

func Routes(r *gin.Engine)

func UpdateScreen

func UpdateScreen(c *gin.Context)

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

type APIUpdateScreenInput struct {
	ID   int64  `json:"id" binding:"required"`
	Name string `json:"name" binding:"required"`
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL