Documentation
¶
Index ¶
- func AccessList(c *gin.Context)
- func ActivityStream(c *gin.Context)
- func AddJTemplate(c *gin.Context)
- func GetJTemplate(c *gin.Context)
- func GetJTemplates(c *gin.Context)
- func Jobs(c *gin.Context)
- func Launch(c *gin.Context)
- func LaunchInfo(c *gin.Context)
- func Middleware(c *gin.Context)
- func ObjectRoles(c *gin.Context)
- func RemoveJTemplate(c *gin.Context)
- func UpdateJTemplate(c *gin.Context)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AccessList ¶
func GetJTemplate ¶
GetJTemplate renders the Job Template as JSON make sure to set this handler next to JTemplateM handler
func GetJTemplates ¶
GetJTemplates renders the Job Templates as JSON
func LaunchInfo ¶
func Middleware ¶
Middleware is the middleware for job templates. Which takes _CTX_JOB_TEMPLATE_ID parameter form the request, fetches the Job Template and set it under key _CTX_JOB_TEMPLATE in gin.Context
func ObjectRoles ¶
func RemoveJTemplate ¶
RemoveJTemplate will remove the Job Template from the db.DBC_JOB_TEMPLATES collection
func UpdateJTemplate ¶
UpdateJTemplate will update the Job Template
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.