Documentation
¶
Index ¶
- func BatchDeleteNodeGroupHandler(svcCtx *svc.ServiceContext) func(c *gin.Context)
- func BatchDeleteNodeHandler(svcCtx *svc.ServiceContext) func(c *gin.Context)
- func CreateNodeGroupHandler(svcCtx *svc.ServiceContext) func(c *gin.Context)
- func CreateNodeHandler(svcCtx *svc.ServiceContext) func(c *gin.Context)
- func CreateRuleGroupHandler(svcCtx *svc.ServiceContext) func(c *gin.Context)
- func DeleteNodeGroupHandler(svcCtx *svc.ServiceContext) func(c *gin.Context)
- func DeleteNodeHandler(svcCtx *svc.ServiceContext) func(c *gin.Context)
- func DeleteRuleGroupHandler(svcCtx *svc.ServiceContext) func(c *gin.Context)
- func GetNodeDetailHandler(svcCtx *svc.ServiceContext) func(c *gin.Context)
- func GetNodeGroupListHandler(svcCtx *svc.ServiceContext) func(c *gin.Context)
- func GetNodeListHandler(svcCtx *svc.ServiceContext) func(c *gin.Context)
- func GetNodeTagListHandler(svcCtx *svc.ServiceContext) func(c *gin.Context)
- func GetRuleGroupListHandler(svcCtx *svc.ServiceContext) func(c *gin.Context)
- func NodeSortHandler(svcCtx *svc.ServiceContext) func(c *gin.Context)
- func UpdateNodeGroupHandler(svcCtx *svc.ServiceContext) func(c *gin.Context)
- func UpdateNodeHandler(svcCtx *svc.ServiceContext) func(c *gin.Context)
- func UpdateRuleGroupHandler(svcCtx *svc.ServiceContext) func(c *gin.Context)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func BatchDeleteNodeGroupHandler ¶
func BatchDeleteNodeGroupHandler(svcCtx *svc.ServiceContext) func(c *gin.Context)
Batch delete node group
func BatchDeleteNodeHandler ¶
func BatchDeleteNodeHandler(svcCtx *svc.ServiceContext) func(c *gin.Context)
Batch delete node
func CreateNodeGroupHandler ¶
func CreateNodeGroupHandler(svcCtx *svc.ServiceContext) func(c *gin.Context)
Create node group
func CreateNodeHandler ¶
func CreateNodeHandler(svcCtx *svc.ServiceContext) func(c *gin.Context)
Create node
func CreateRuleGroupHandler ¶
func CreateRuleGroupHandler(svcCtx *svc.ServiceContext) func(c *gin.Context)
CreateRuleGroupHandler Create rule group
func DeleteNodeGroupHandler ¶
func DeleteNodeGroupHandler(svcCtx *svc.ServiceContext) func(c *gin.Context)
Delete node group
func DeleteNodeHandler ¶
func DeleteNodeHandler(svcCtx *svc.ServiceContext) func(c *gin.Context)
Delete node
func DeleteRuleGroupHandler ¶
func DeleteRuleGroupHandler(svcCtx *svc.ServiceContext) func(c *gin.Context)
Delete rule group
func GetNodeDetailHandler ¶
func GetNodeDetailHandler(svcCtx *svc.ServiceContext) func(c *gin.Context)
Get node detail
func GetNodeGroupListHandler ¶
func GetNodeGroupListHandler(svcCtx *svc.ServiceContext) func(c *gin.Context)
Get node group list
func GetNodeListHandler ¶
func GetNodeListHandler(svcCtx *svc.ServiceContext) func(c *gin.Context)
Get node list
func GetNodeTagListHandler ¶
func GetNodeTagListHandler(svcCtx *svc.ServiceContext) func(c *gin.Context)
Get node tag list
func GetRuleGroupListHandler ¶
func GetRuleGroupListHandler(svcCtx *svc.ServiceContext) func(c *gin.Context)
Get rule group list
func NodeSortHandler ¶
func NodeSortHandler(svcCtx *svc.ServiceContext) func(c *gin.Context)
Node sort
func UpdateNodeGroupHandler ¶
func UpdateNodeGroupHandler(svcCtx *svc.ServiceContext) func(c *gin.Context)
Update node group
func UpdateNodeHandler ¶
func UpdateNodeHandler(svcCtx *svc.ServiceContext) func(c *gin.Context)
Update node
func UpdateRuleGroupHandler ¶
func UpdateRuleGroupHandler(svcCtx *svc.ServiceContext) func(c *gin.Context)
Update rule group
Types ¶
This section is empty.
Source Files
¶
- batchDeleteNodeGroupHandler.go
- batchDeleteNodeHandler.go
- createNodeGroupHandler.go
- createNodeHandler.go
- createRuleGroupHandler.go
- deleteNodeGroupHandler.go
- deleteNodeHandler.go
- deleteRuleGroupHandler.go
- getNodeDetailHandler.go
- getNodeGroupListHandler.go
- getNodeListHandler.go
- getNodeTagListHandler.go
- getRuleGroupListHandler.go
- nodeSortHandler.go
- updateNodeGroupHandler.go
- updateNodeHandler.go
- updateRuleGroupHandler.go
Click to show internal directories.
Click to hide internal directories.