Documentation
¶
Index ¶
- type BatchDeleteNodeGroupLogic
- type BatchDeleteNodeLogic
- type CreateNodeGroupLogic
- type CreateNodeLogic
- type CreateRuleGroupLogic
- type DeleteNodeGroupLogic
- type DeleteNodeLogic
- type DeleteRuleGroupLogic
- type GetNodeDetailLogic
- type GetNodeGroupListLogic
- type GetNodeListLogic
- type GetNodeTagListLogic
- type GetRuleGroupListLogic
- type NodeSortLogic
- type UpdateNodeGroupLogic
- type UpdateNodeLogic
- type UpdateRuleGroupLogic
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BatchDeleteNodeGroupLogic ¶
func NewBatchDeleteNodeGroupLogic ¶
func NewBatchDeleteNodeGroupLogic(ctx context.Context, svcCtx *svc.ServiceContext) *BatchDeleteNodeGroupLogic
func (*BatchDeleteNodeGroupLogic) BatchDeleteNodeGroup ¶
func (l *BatchDeleteNodeGroupLogic) BatchDeleteNodeGroup(req *types.BatchDeleteNodeGroupRequest) error
type BatchDeleteNodeLogic ¶
func NewBatchDeleteNodeLogic ¶
func NewBatchDeleteNodeLogic(ctx context.Context, svcCtx *svc.ServiceContext) *BatchDeleteNodeLogic
func (*BatchDeleteNodeLogic) BatchDeleteNode ¶
func (l *BatchDeleteNodeLogic) BatchDeleteNode(req *types.BatchDeleteNodeRequest) error
type CreateNodeGroupLogic ¶
func NewCreateNodeGroupLogic ¶
func NewCreateNodeGroupLogic(ctx context.Context, svcCtx *svc.ServiceContext) *CreateNodeGroupLogic
func (*CreateNodeGroupLogic) CreateNodeGroup ¶
func (l *CreateNodeGroupLogic) CreateNodeGroup(req *types.CreateNodeGroupRequest) error
type CreateNodeLogic ¶
func NewCreateNodeLogic ¶
func NewCreateNodeLogic(ctx context.Context, svcCtx *svc.ServiceContext) *CreateNodeLogic
func (*CreateNodeLogic) CreateNode ¶
func (l *CreateNodeLogic) CreateNode(req *types.CreateNodeRequest) error
type CreateRuleGroupLogic ¶
func NewCreateRuleGroupLogic ¶
func NewCreateRuleGroupLogic(ctx context.Context, svcCtx *svc.ServiceContext) *CreateRuleGroupLogic
Create rule group
func (*CreateRuleGroupLogic) CreateRuleGroup ¶
func (l *CreateRuleGroupLogic) CreateRuleGroup(req *types.CreateRuleGroupRequest) error
type DeleteNodeGroupLogic ¶
func NewDeleteNodeGroupLogic ¶
func NewDeleteNodeGroupLogic(ctx context.Context, svcCtx *svc.ServiceContext) *DeleteNodeGroupLogic
func (*DeleteNodeGroupLogic) DeleteNodeGroup ¶
func (l *DeleteNodeGroupLogic) DeleteNodeGroup(req *types.DeleteNodeGroupRequest) error
type DeleteNodeLogic ¶
func NewDeleteNodeLogic ¶
func NewDeleteNodeLogic(ctx context.Context, svcCtx *svc.ServiceContext) *DeleteNodeLogic
func (*DeleteNodeLogic) DeleteNode ¶
func (l *DeleteNodeLogic) DeleteNode(req *types.DeleteNodeRequest) error
type DeleteRuleGroupLogic ¶
func NewDeleteRuleGroupLogic ¶
func NewDeleteRuleGroupLogic(ctx context.Context, svcCtx *svc.ServiceContext) *DeleteRuleGroupLogic
Delete rule group
func (*DeleteRuleGroupLogic) DeleteRuleGroup ¶
func (l *DeleteRuleGroupLogic) DeleteRuleGroup(req *types.DeleteRuleGroupRequest) error
type GetNodeDetailLogic ¶
func NewGetNodeDetailLogic ¶
func NewGetNodeDetailLogic(ctx context.Context, svcCtx *svc.ServiceContext) *GetNodeDetailLogic
func (*GetNodeDetailLogic) GetNodeDetail ¶
func (l *GetNodeDetailLogic) GetNodeDetail(req *types.GetDetailRequest) (resp *types.Server, err error)
type GetNodeGroupListLogic ¶
func NewGetNodeGroupListLogic ¶
func NewGetNodeGroupListLogic(ctx context.Context, svcCtx *svc.ServiceContext) *GetNodeGroupListLogic
func (*GetNodeGroupListLogic) GetNodeGroupList ¶
func (l *GetNodeGroupListLogic) GetNodeGroupList() (resp *types.GetNodeGroupListResponse, err error)
type GetNodeListLogic ¶
func NewGetNodeListLogic ¶
func NewGetNodeListLogic(ctx context.Context, svcCtx *svc.ServiceContext) *GetNodeListLogic
func (*GetNodeListLogic) GetNodeList ¶
func (l *GetNodeListLogic) GetNodeList(req *types.GetNodeServerListRequest) (resp *types.GetNodeServerListResponse, err error)
type GetNodeTagListLogic ¶
func NewGetNodeTagListLogic ¶
func NewGetNodeTagListLogic(ctx context.Context, svcCtx *svc.ServiceContext) *GetNodeTagListLogic
Get node tag list
func (*GetNodeTagListLogic) GetNodeTagList ¶
func (l *GetNodeTagListLogic) GetNodeTagList() (resp *types.GetNodeTagListResponse, err error)
type GetRuleGroupListLogic ¶
func NewGetRuleGroupListLogic ¶
func NewGetRuleGroupListLogic(ctx context.Context, svcCtx *svc.ServiceContext) *GetRuleGroupListLogic
Get rule group list
func (*GetRuleGroupListLogic) GetRuleGroupList ¶
func (l *GetRuleGroupListLogic) GetRuleGroupList() (resp *types.GetRuleGroupResponse, err error)
type NodeSortLogic ¶
func NewNodeSortLogic ¶
func NewNodeSortLogic(ctx context.Context, svcCtx *svc.ServiceContext) *NodeSortLogic
Node sort
func (*NodeSortLogic) NodeSort ¶
func (l *NodeSortLogic) NodeSort(req *types.NodeSortRequest) error
type UpdateNodeGroupLogic ¶
func NewUpdateNodeGroupLogic ¶
func NewUpdateNodeGroupLogic(ctx context.Context, svcCtx *svc.ServiceContext) *UpdateNodeGroupLogic
func (*UpdateNodeGroupLogic) UpdateNodeGroup ¶
func (l *UpdateNodeGroupLogic) UpdateNodeGroup(req *types.UpdateNodeGroupRequest) error
type UpdateNodeLogic ¶
func NewUpdateNodeLogic ¶
func NewUpdateNodeLogic(ctx context.Context, svcCtx *svc.ServiceContext) *UpdateNodeLogic
func (*UpdateNodeLogic) UpdateNode ¶
func (l *UpdateNodeLogic) UpdateNode(req *types.UpdateNodeRequest) error
type UpdateRuleGroupLogic ¶
func NewUpdateRuleGroupLogic ¶
func NewUpdateRuleGroupLogic(ctx context.Context, svcCtx *svc.ServiceContext) *UpdateRuleGroupLogic
NewUpdateRuleGroupLogic Update rule group
func (*UpdateRuleGroupLogic) UpdateRuleGroup ¶
func (l *UpdateRuleGroupLogic) UpdateRuleGroup(req *types.UpdateRuleGroupRequest) error
Source Files
¶
- batchDeleteNodeGroupLogic.go
- batchDeleteNodeLogic.go
- createNodeGroupLogic.go
- createNodeLogic.go
- createRuleGroupLogic.go
- deleteNodeGroupLogic.go
- deleteNodeLogic.go
- deleteRuleGroupLogic.go
- getNodeDetailLogic.go
- getNodeGroupListLogic.go
- getNodeListLogic.go
- getNodeTagListLogic.go
- getRuleGroupListLogic.go
- nodeSortLogic.go
- updateNodeGroupLogic.go
- updateNodeLogic.go
- updateRuleGroupLogic.go
Click to show internal directories.
Click to hide internal directories.