Documentation ¶
Index ¶
- func CreateOrUpdateMatchRules(c *gin.Context)
- func CreateProductTemplate(c *gin.Context)
- func DeleteProductTemplate(c *gin.Context)
- func ForkProduct(c *gin.Context)
- func GetCustomMatchRules(c *gin.Context)
- func GetProductTemplate(c *gin.Context)
- func GetProductTemplateServices(c *gin.Context)
- func GetRenderSetInfo(c *gin.Context)
- func ListProjects(c *gin.Context)
- func ListTemplatesHierachy(c *gin.Context)
- func UnForkProduct(c *gin.Context)
- func UpdateProductTemplate(c *gin.Context)
- func UpdateProductTmplStatus(c *gin.Context)
- func UpdateProject(c *gin.Context)
- func UpdateRenderSet(c *gin.Context)
- func UpdateServiceOrchestration(c *gin.Context)
- type Router
- type UpdateOrchestrationServiceReq
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CreateOrUpdateMatchRules ¶ added in v1.5.0
func CreateProductTemplate ¶
func DeleteProductTemplate ¶
func ForkProduct ¶
func GetCustomMatchRules ¶ added in v1.5.0
func GetProductTemplate ¶
func GetRenderSetInfo ¶
func ListProjects ¶ added in v1.5.0
func ListTemplatesHierachy ¶
func UnForkProduct ¶
func UpdateProductTmplStatus ¶
func UpdateProject ¶
func UpdateRenderSet ¶
func UpdateServiceOrchestration ¶ added in v1.6.0
Types ¶
type Router ¶
type Router struct{}
func (*Router) Inject ¶
func (*Router) Inject(router *gin.RouterGroup)
type UpdateOrchestrationServiceReq ¶ added in v1.7.0
type UpdateOrchestrationServiceReq struct {
Services [][]string `json:"services"`
}
Click to show internal directories.
Click to hide internal directories.