Documentation ¶
Index ¶
- Variables
- func Auth(c *gin.Context)
- func CreateSavedQuery(c *gin.Context)
- func DeleteNode(c *gin.Context)
- func DeleteSavedQuery(c *gin.Context)
- func Init(c *config.Config)
- func Node(c *gin.Context)
- func OSQConfig(c *gin.Context)
- func OSQEnroll(c *gin.Context)
- func OSQLog(c *gin.Context)
- func OSQRead(c *gin.Context)
- func OSQWrite(c *gin.Context)
- func Query(c *gin.Context)
- func SavedQueries(c *gin.Context)
- func UpdateNode(c *gin.Context)
- func Websocket(c *gin.Context)
Constants ¶
This section is empty.
Variables ¶
View Source
var HelperFunctions = template.FuncMap{ "Name": func() string { return version.Name }, "Version": func() string { return version.Version }, "DateFormat": helpers.DateFormat, }
HelperFunctions to use while rendering content
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.