Versions in this module Expand all Collapse all v0 v0.0.49 Nov 16, 2025 v0.0.48 Nov 16, 2025 Changes in this version + func HandleCreateTemplate(c *gin.Context) + func HandleCreateTemplateVersionEntry(c *gin.Context) + func HandleDeleteTemplateVersionEntry(c *gin.Context) + func HandleDeleteWorkspace(c *gin.Context) + func HandleListTemplateVersionEntries(c *gin.Context) + func HandleListTemplateVersionsByTemplate(c *gin.Context) + func HandleListTemplates(c *gin.Context) + func HandleListWorkspacesByTemplate(c *gin.Context) + func HandleRetrieveLatestTemplateVersionByTemplate(c *gin.Context) + func HandleRetrieveTemplate(c *gin.Context) + func HandleRetrieveTemplateByName(c *gin.Context) + func HandleRetrieveTemplateVersionByTemplate(c *gin.Context) + func HandleRetrieveTemplateVersionFile(c *gin.Context) + func HandleUpdateTemplate(c *gin.Context) + func HandleUpdateTemplateVersionByTemplate(c *gin.Context) + func HandleUpdateTemplateVersionEntry(c *gin.Context) + type CreateTemplateRequestBody struct + Description string + Icon string + Name string + Type string + type CreateTemplateVersionEntryRequestBody struct + Content string + Path string + Type string + type UpdateTemplateRequestBody struct + Description string + Icon string + Name string + type UpdateTemplateVersionEntryRequestBody struct + Content *string + Path string + type UpdateTemplateVersionRequestBody struct + ConfigFilePath string + Name string + Published bool