Documentation ¶
Index ¶
- Constants
- func GetScreenListSimple(c *gin.Context)
- func Routes(r *gin.Engine)
- func ScreenClone(c *gin.Context)
- func ScreenCreate(c *gin.Context)
- func ScreenDelete(c *gin.Context)
- func ScreenGet(c *gin.Context)
- func ScreenGetsAll(c *gin.Context)
- func ScreenGetsByPid(c *gin.Context)
- func ScreenUpdate(c *gin.Context)
- type APIScreenCloneInputs
- type APIScreenCreateInput
- type APIScreenCreateOutput
- type APIScreenGetsAllInputs
- type APIScreenUpdateInputs
Constants ¶
View Source
const TMP_GRAPH_FILED_DELIMITER = "|"
Variables ¶
This section is empty.
Functions ¶
func GetScreenListSimple ¶
func ScreenClone ¶
func ScreenCreate ¶
func ScreenDelete ¶
func ScreenGetsAll ¶
func ScreenGetsByPid ¶
Types ¶
type APIScreenCloneInputs ¶
type APIScreenCloneInputs struct { ID int64 `json:"id" form:"id" binding:"required"` Name string `json:"name" form:"name"` }
For clone screen by id
type APIScreenCreateInput ¶
type APIScreenCreateOutput ¶
type APIScreenCreateOutput struct { GraphNames []string `json:"graph_names"` m.DashboardScreen }
type APIScreenGetsAllInputs ¶
type APIScreenUpdateInputs ¶
Click to show internal directories.
Click to hide internal directories.