Documentation ¶
Index ¶
- func CseClientBuilder() *httpclient.HcHttpClientBuilder
- func GenReqDefForCreateEngine() *def.HttpRequestDef
- func GenReqDefForCreateGovernancePolicy() *def.HttpRequestDef
- func GenReqDefForCreateHttp2Rpc() *def.HttpRequestDef
- func GenReqDefForCreateMicroserviceRouteRule() *def.HttpRequestDef
- func GenReqDefForCreateNacosNamespaces() *def.HttpRequestDef
- func GenReqDefForCreatePlugin() *def.HttpRequestDef
- func GenReqDefForDeleteEngine() *def.HttpRequestDef
- func GenReqDefForDeleteGovernancePolicy() *def.HttpRequestDef
- func GenReqDefForDeleteHttp2Rpc() *def.HttpRequestDef
- func GenReqDefForDeleteMicroserviceRouteRule() *def.HttpRequestDef
- func GenReqDefForDeleteNacosNamespaces() *def.HttpRequestDef
- func GenReqDefForDeletePlugin() *def.HttpRequestDef
- func GenReqDefForDownloadKie() *def.HttpRequestDef
- func GenReqDefForListEngines() *def.HttpRequestDef
- func GenReqDefForListFlavors() *def.HttpRequestDef
- func GenReqDefForListGovernancePolicy() *def.HttpRequestDef
- func GenReqDefForListGovernancePolicyByPolicyId() *def.HttpRequestDef
- func GenReqDefForListGovernancePolicys() *def.HttpRequestDef
- func GenReqDefForListMicroserviceRouteRule() *def.HttpRequestDef
- func GenReqDefForListNacosNamespaces() *def.HttpRequestDef
- func GenReqDefForModifyHttp2Rpc() *def.HttpRequestDef
- func GenReqDefForModifyPlugin() *def.HttpRequestDef
- func GenReqDefForResizeEngine() *def.HttpRequestDef
- func GenReqDefForRetryEngine() *def.HttpRequestDef
- func GenReqDefForShowEngine() *def.HttpRequestDef
- func GenReqDefForShowEngineJob() *def.HttpRequestDef
- func GenReqDefForShowEngineQuotas() *def.HttpRequestDef
- func GenReqDefForShowHttp2Rpcs() *def.HttpRequestDef
- func GenReqDefForShowPlugins() *def.HttpRequestDef
- func GenReqDefForShowSinglePlugin() *def.HttpRequestDef
- func GenReqDefForUpdateGovernancePolicy() *def.HttpRequestDef
- func GenReqDefForUpdateNacosNamespaces() *def.HttpRequestDef
- func GenReqDefForUpgradeEngine() *def.HttpRequestDef
- func GenReqDefForUpgradeEngineConfig() *def.HttpRequestDef
- func GenReqDefForUploadKie() *def.HttpRequestDef
- type CreateEngineInvoker
- type CreateGovernancePolicyInvoker
- type CreateHttp2RpcInvoker
- type CreateMicroserviceRouteRuleInvoker
- type CreateNacosNamespacesInvoker
- type CreatePluginInvoker
- type CseClient
- func (c *CseClient) CreateEngine(request *model.CreateEngineRequest) (*model.CreateEngineResponse, error)
- func (c *CseClient) CreateEngineInvoker(request *model.CreateEngineRequest) *CreateEngineInvoker
- func (c *CseClient) CreateGovernancePolicy(request *model.CreateGovernancePolicyRequest) (*model.CreateGovernancePolicyResponse, error)
- func (c *CseClient) CreateGovernancePolicyInvoker(request *model.CreateGovernancePolicyRequest) *CreateGovernancePolicyInvoker
- func (c *CseClient) CreateHttp2Rpc(request *model.CreateHttp2RpcRequest) (*model.CreateHttp2RpcResponse, error)
- func (c *CseClient) CreateHttp2RpcInvoker(request *model.CreateHttp2RpcRequest) *CreateHttp2RpcInvoker
- func (c *CseClient) CreateMicroserviceRouteRule(request *model.CreateMicroserviceRouteRuleRequest) (*model.CreateMicroserviceRouteRuleResponse, error)
- func (c *CseClient) CreateMicroserviceRouteRuleInvoker(request *model.CreateMicroserviceRouteRuleRequest) *CreateMicroserviceRouteRuleInvoker
- func (c *CseClient) CreateNacosNamespaces(request *model.CreateNacosNamespacesRequest) (*model.CreateNacosNamespacesResponse, error)
- func (c *CseClient) CreateNacosNamespacesInvoker(request *model.CreateNacosNamespacesRequest) *CreateNacosNamespacesInvoker
- func (c *CseClient) CreatePlugin(request *model.CreatePluginRequest) (*model.CreatePluginResponse, error)
- func (c *CseClient) CreatePluginInvoker(request *model.CreatePluginRequest) *CreatePluginInvoker
- func (c *CseClient) DeleteEngine(request *model.DeleteEngineRequest) (*model.DeleteEngineResponse, error)
- func (c *CseClient) DeleteEngineInvoker(request *model.DeleteEngineRequest) *DeleteEngineInvoker
- func (c *CseClient) DeleteGovernancePolicy(request *model.DeleteGovernancePolicyRequest) (*model.DeleteGovernancePolicyResponse, error)
- func (c *CseClient) DeleteGovernancePolicyInvoker(request *model.DeleteGovernancePolicyRequest) *DeleteGovernancePolicyInvoker
- func (c *CseClient) DeleteHttp2Rpc(request *model.DeleteHttp2RpcRequest) (*model.DeleteHttp2RpcResponse, error)
- func (c *CseClient) DeleteHttp2RpcInvoker(request *model.DeleteHttp2RpcRequest) *DeleteHttp2RpcInvoker
- func (c *CseClient) DeleteMicroserviceRouteRule(request *model.DeleteMicroserviceRouteRuleRequest) (*model.DeleteMicroserviceRouteRuleResponse, error)
- func (c *CseClient) DeleteMicroserviceRouteRuleInvoker(request *model.DeleteMicroserviceRouteRuleRequest) *DeleteMicroserviceRouteRuleInvoker
- func (c *CseClient) DeleteNacosNamespaces(request *model.DeleteNacosNamespacesRequest) (*model.DeleteNacosNamespacesResponse, error)
- func (c *CseClient) DeleteNacosNamespacesInvoker(request *model.DeleteNacosNamespacesRequest) *DeleteNacosNamespacesInvoker
- func (c *CseClient) DeletePlugin(request *model.DeletePluginRequest) (*model.DeletePluginResponse, error)
- func (c *CseClient) DeletePluginInvoker(request *model.DeletePluginRequest) *DeletePluginInvoker
- func (c *CseClient) DownloadKie(request *model.DownloadKieRequest) (*model.DownloadKieResponse, error)
- func (c *CseClient) DownloadKieInvoker(request *model.DownloadKieRequest) *DownloadKieInvoker
- func (c *CseClient) ListEngines(request *model.ListEnginesRequest) (*model.ListEnginesResponse, error)
- func (c *CseClient) ListEnginesInvoker(request *model.ListEnginesRequest) *ListEnginesInvoker
- func (c *CseClient) ListFlavors(request *model.ListFlavorsRequest) (*model.ListFlavorsResponse, error)
- func (c *CseClient) ListFlavorsInvoker(request *model.ListFlavorsRequest) *ListFlavorsInvoker
- func (c *CseClient) ListGovernancePolicy(request *model.ListGovernancePolicyRequest) (*model.ListGovernancePolicyResponse, error)
- func (c *CseClient) ListGovernancePolicyByPolicyId(request *model.ListGovernancePolicyByPolicyIdRequest) (*model.ListGovernancePolicyByPolicyIdResponse, error)
- func (c *CseClient) ListGovernancePolicyByPolicyIdInvoker(request *model.ListGovernancePolicyByPolicyIdRequest) *ListGovernancePolicyByPolicyIdInvoker
- func (c *CseClient) ListGovernancePolicyInvoker(request *model.ListGovernancePolicyRequest) *ListGovernancePolicyInvoker
- func (c *CseClient) ListGovernancePolicys(request *model.ListGovernancePolicysRequest) (*model.ListGovernancePolicysResponse, error)
- func (c *CseClient) ListGovernancePolicysInvoker(request *model.ListGovernancePolicysRequest) *ListGovernancePolicysInvoker
- func (c *CseClient) ListMicroserviceRouteRule(request *model.ListMicroserviceRouteRuleRequest) (*model.ListMicroserviceRouteRuleResponse, error)
- func (c *CseClient) ListMicroserviceRouteRuleInvoker(request *model.ListMicroserviceRouteRuleRequest) *ListMicroserviceRouteRuleInvoker
- func (c *CseClient) ListNacosNamespaces(request *model.ListNacosNamespacesRequest) (*model.ListNacosNamespacesResponse, error)
- func (c *CseClient) ListNacosNamespacesInvoker(request *model.ListNacosNamespacesRequest) *ListNacosNamespacesInvoker
- func (c *CseClient) ModifyHttp2Rpc(request *model.ModifyHttp2RpcRequest) (*model.ModifyHttp2RpcResponse, error)
- func (c *CseClient) ModifyHttp2RpcInvoker(request *model.ModifyHttp2RpcRequest) *ModifyHttp2RpcInvoker
- func (c *CseClient) ModifyPlugin(request *model.ModifyPluginRequest) (*model.ModifyPluginResponse, error)
- func (c *CseClient) ModifyPluginInvoker(request *model.ModifyPluginRequest) *ModifyPluginInvoker
- func (c *CseClient) ResizeEngine(request *model.ResizeEngineRequest) (*model.ResizeEngineResponse, error)
- func (c *CseClient) ResizeEngineInvoker(request *model.ResizeEngineRequest) *ResizeEngineInvoker
- func (c *CseClient) RetryEngine(request *model.RetryEngineRequest) (*model.RetryEngineResponse, error)
- func (c *CseClient) RetryEngineInvoker(request *model.RetryEngineRequest) *RetryEngineInvoker
- func (c *CseClient) ShowEngine(request *model.ShowEngineRequest) (*model.ShowEngineResponse, error)
- func (c *CseClient) ShowEngineInvoker(request *model.ShowEngineRequest) *ShowEngineInvoker
- func (c *CseClient) ShowEngineJob(request *model.ShowEngineJobRequest) (*model.ShowEngineJobResponse, error)
- func (c *CseClient) ShowEngineJobInvoker(request *model.ShowEngineJobRequest) *ShowEngineJobInvoker
- func (c *CseClient) ShowEngineQuotas(request *model.ShowEngineQuotasRequest) (*model.ShowEngineQuotasResponse, error)
- func (c *CseClient) ShowEngineQuotasInvoker(request *model.ShowEngineQuotasRequest) *ShowEngineQuotasInvoker
- func (c *CseClient) ShowHttp2Rpcs(request *model.ShowHttp2RpcsRequest) (*model.ShowHttp2RpcsResponse, error)
- func (c *CseClient) ShowHttp2RpcsInvoker(request *model.ShowHttp2RpcsRequest) *ShowHttp2RpcsInvoker
- func (c *CseClient) ShowPlugins(request *model.ShowPluginsRequest) (*model.ShowPluginsResponse, error)
- func (c *CseClient) ShowPluginsInvoker(request *model.ShowPluginsRequest) *ShowPluginsInvoker
- func (c *CseClient) ShowSinglePlugin(request *model.ShowSinglePluginRequest) (*model.ShowSinglePluginResponse, error)
- func (c *CseClient) ShowSinglePluginInvoker(request *model.ShowSinglePluginRequest) *ShowSinglePluginInvoker
- func (c *CseClient) UpdateGovernancePolicy(request *model.UpdateGovernancePolicyRequest) (*model.UpdateGovernancePolicyResponse, error)
- func (c *CseClient) UpdateGovernancePolicyInvoker(request *model.UpdateGovernancePolicyRequest) *UpdateGovernancePolicyInvoker
- func (c *CseClient) UpdateNacosNamespaces(request *model.UpdateNacosNamespacesRequest) (*model.UpdateNacosNamespacesResponse, error)
- func (c *CseClient) UpdateNacosNamespacesInvoker(request *model.UpdateNacosNamespacesRequest) *UpdateNacosNamespacesInvoker
- func (c *CseClient) UpgradeEngine(request *model.UpgradeEngineRequest) (*model.UpgradeEngineResponse, error)
- func (c *CseClient) UpgradeEngineConfig(request *model.UpgradeEngineConfigRequest) (*model.UpgradeEngineConfigResponse, error)
- func (c *CseClient) UpgradeEngineConfigInvoker(request *model.UpgradeEngineConfigRequest) *UpgradeEngineConfigInvoker
- func (c *CseClient) UpgradeEngineInvoker(request *model.UpgradeEngineRequest) *UpgradeEngineInvoker
- func (c *CseClient) UploadKie(request *model.UploadKieRequest) (*model.UploadKieResponse, error)
- func (c *CseClient) UploadKieInvoker(request *model.UploadKieRequest) *UploadKieInvoker
- type DeleteEngineInvoker
- type DeleteGovernancePolicyInvoker
- type DeleteHttp2RpcInvoker
- type DeleteMicroserviceRouteRuleInvoker
- type DeleteNacosNamespacesInvoker
- type DeletePluginInvoker
- type DownloadKieInvoker
- type ListEnginesInvoker
- type ListFlavorsInvoker
- type ListGovernancePolicyByPolicyIdInvoker
- type ListGovernancePolicyInvoker
- type ListGovernancePolicysInvoker
- type ListMicroserviceRouteRuleInvoker
- type ListNacosNamespacesInvoker
- type ModifyHttp2RpcInvoker
- type ModifyPluginInvoker
- type ResizeEngineInvoker
- type RetryEngineInvoker
- type ShowEngineInvoker
- type ShowEngineJobInvoker
- type ShowEngineQuotasInvoker
- type ShowHttp2RpcsInvoker
- type ShowPluginsInvoker
- type ShowSinglePluginInvoker
- type UpdateGovernancePolicyInvoker
- type UpdateNacosNamespacesInvoker
- type UpgradeEngineConfigInvoker
- type UpgradeEngineInvoker
- type UploadKieInvoker
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CseClientBuilder ¶
func CseClientBuilder() *httpclient.HcHttpClientBuilder
func GenReqDefForCreateEngine ¶
func GenReqDefForCreateEngine() *def.HttpRequestDef
func GenReqDefForCreateGovernancePolicy ¶ added in v0.1.67
func GenReqDefForCreateGovernancePolicy() *def.HttpRequestDef
func GenReqDefForCreateHttp2Rpc ¶ added in v0.1.79
func GenReqDefForCreateHttp2Rpc() *def.HttpRequestDef
func GenReqDefForCreateMicroserviceRouteRule ¶ added in v0.1.67
func GenReqDefForCreateMicroserviceRouteRule() *def.HttpRequestDef
func GenReqDefForCreateNacosNamespaces ¶ added in v0.1.67
func GenReqDefForCreateNacosNamespaces() *def.HttpRequestDef
func GenReqDefForCreatePlugin ¶ added in v0.1.79
func GenReqDefForCreatePlugin() *def.HttpRequestDef
func GenReqDefForDeleteEngine ¶
func GenReqDefForDeleteEngine() *def.HttpRequestDef
func GenReqDefForDeleteGovernancePolicy ¶ added in v0.1.67
func GenReqDefForDeleteGovernancePolicy() *def.HttpRequestDef
func GenReqDefForDeleteHttp2Rpc ¶ added in v0.1.79
func GenReqDefForDeleteHttp2Rpc() *def.HttpRequestDef
func GenReqDefForDeleteMicroserviceRouteRule ¶ added in v0.1.67
func GenReqDefForDeleteMicroserviceRouteRule() *def.HttpRequestDef
func GenReqDefForDeleteNacosNamespaces ¶ added in v0.1.67
func GenReqDefForDeleteNacosNamespaces() *def.HttpRequestDef
func GenReqDefForDeletePlugin ¶ added in v0.1.79
func GenReqDefForDeletePlugin() *def.HttpRequestDef
func GenReqDefForDownloadKie ¶
func GenReqDefForDownloadKie() *def.HttpRequestDef
func GenReqDefForListEngines ¶
func GenReqDefForListEngines() *def.HttpRequestDef
func GenReqDefForListFlavors ¶
func GenReqDefForListFlavors() *def.HttpRequestDef
func GenReqDefForListGovernancePolicy ¶ added in v0.1.67
func GenReqDefForListGovernancePolicy() *def.HttpRequestDef
func GenReqDefForListGovernancePolicyByPolicyId ¶ added in v0.1.67
func GenReqDefForListGovernancePolicyByPolicyId() *def.HttpRequestDef
func GenReqDefForListGovernancePolicys ¶ added in v0.1.67
func GenReqDefForListGovernancePolicys() *def.HttpRequestDef
func GenReqDefForListMicroserviceRouteRule ¶ added in v0.1.67
func GenReqDefForListMicroserviceRouteRule() *def.HttpRequestDef
func GenReqDefForListNacosNamespaces ¶ added in v0.1.67
func GenReqDefForListNacosNamespaces() *def.HttpRequestDef
func GenReqDefForModifyHttp2Rpc ¶ added in v0.1.79
func GenReqDefForModifyHttp2Rpc() *def.HttpRequestDef
func GenReqDefForModifyPlugin ¶ added in v0.1.79
func GenReqDefForModifyPlugin() *def.HttpRequestDef
func GenReqDefForResizeEngine ¶ added in v0.1.67
func GenReqDefForResizeEngine() *def.HttpRequestDef
func GenReqDefForRetryEngine ¶ added in v0.1.12
func GenReqDefForRetryEngine() *def.HttpRequestDef
func GenReqDefForShowEngine ¶
func GenReqDefForShowEngine() *def.HttpRequestDef
func GenReqDefForShowEngineJob ¶
func GenReqDefForShowEngineJob() *def.HttpRequestDef
func GenReqDefForShowEngineQuotas ¶ added in v0.1.76
func GenReqDefForShowEngineQuotas() *def.HttpRequestDef
func GenReqDefForShowHttp2Rpcs ¶ added in v0.1.79
func GenReqDefForShowHttp2Rpcs() *def.HttpRequestDef
func GenReqDefForShowPlugins ¶ added in v0.1.79
func GenReqDefForShowPlugins() *def.HttpRequestDef
func GenReqDefForShowSinglePlugin ¶ added in v0.1.79
func GenReqDefForShowSinglePlugin() *def.HttpRequestDef
func GenReqDefForUpdateGovernancePolicy ¶ added in v0.1.67
func GenReqDefForUpdateGovernancePolicy() *def.HttpRequestDef
func GenReqDefForUpdateNacosNamespaces ¶ added in v0.1.67
func GenReqDefForUpdateNacosNamespaces() *def.HttpRequestDef
func GenReqDefForUpgradeEngine ¶ added in v0.1.12
func GenReqDefForUpgradeEngine() *def.HttpRequestDef
func GenReqDefForUpgradeEngineConfig ¶ added in v0.1.67
func GenReqDefForUpgradeEngineConfig() *def.HttpRequestDef
func GenReqDefForUploadKie ¶
func GenReqDefForUploadKie() *def.HttpRequestDef
Types ¶
type CreateEngineInvoker ¶ added in v0.0.90
type CreateEngineInvoker struct {
*invoker.BaseInvoker
}
func (*CreateEngineInvoker) Invoke ¶ added in v0.0.90
func (i *CreateEngineInvoker) Invoke() (*model.CreateEngineResponse, error)
type CreateGovernancePolicyInvoker ¶ added in v0.1.67
type CreateGovernancePolicyInvoker struct {
*invoker.BaseInvoker
}
func (*CreateGovernancePolicyInvoker) Invoke ¶ added in v0.1.67
func (i *CreateGovernancePolicyInvoker) Invoke() (*model.CreateGovernancePolicyResponse, error)
type CreateHttp2RpcInvoker ¶ added in v0.1.79
type CreateHttp2RpcInvoker struct {
*invoker.BaseInvoker
}
func (*CreateHttp2RpcInvoker) Invoke ¶ added in v0.1.79
func (i *CreateHttp2RpcInvoker) Invoke() (*model.CreateHttp2RpcResponse, error)
type CreateMicroserviceRouteRuleInvoker ¶ added in v0.1.67
type CreateMicroserviceRouteRuleInvoker struct {
*invoker.BaseInvoker
}
func (*CreateMicroserviceRouteRuleInvoker) Invoke ¶ added in v0.1.67
func (i *CreateMicroserviceRouteRuleInvoker) Invoke() (*model.CreateMicroserviceRouteRuleResponse, error)
type CreateNacosNamespacesInvoker ¶ added in v0.1.67
type CreateNacosNamespacesInvoker struct {
*invoker.BaseInvoker
}
func (*CreateNacosNamespacesInvoker) Invoke ¶ added in v0.1.67
func (i *CreateNacosNamespacesInvoker) Invoke() (*model.CreateNacosNamespacesResponse, error)
type CreatePluginInvoker ¶ added in v0.1.79
type CreatePluginInvoker struct {
*invoker.BaseInvoker
}
func (*CreatePluginInvoker) Invoke ¶ added in v0.1.79
func (i *CreatePluginInvoker) Invoke() (*model.CreatePluginResponse, error)
type CseClient ¶
type CseClient struct {
HcClient *httpclient.HcHttpClient
}
func NewCseClient ¶
func NewCseClient(hcClient *httpclient.HcHttpClient) *CseClient
func (*CseClient) CreateEngine ¶
func (c *CseClient) CreateEngine(request *model.CreateEngineRequest) (*model.CreateEngineResponse, error)
CreateEngine 创建微服务引擎
创建微服务引擎,支持创建ServiceComb引擎专享版、注册配置中心、应用网关(公测)。
Please refer to HUAWEI cloud API Explorer for details.
func (*CseClient) CreateEngineInvoker ¶ added in v0.0.90
func (c *CseClient) CreateEngineInvoker(request *model.CreateEngineRequest) *CreateEngineInvoker
CreateEngineInvoker 创建微服务引擎
func (*CseClient) CreateGovernancePolicy ¶ added in v0.1.67
func (c *CseClient) CreateGovernancePolicy(request *model.CreateGovernancePolicyRequest) (*model.CreateGovernancePolicyResponse, error)
CreateGovernancePolicy 创建治理策略
创建治理策略。
Please refer to HUAWEI cloud API Explorer for details.
func (*CseClient) CreateGovernancePolicyInvoker ¶ added in v0.1.67
func (c *CseClient) CreateGovernancePolicyInvoker(request *model.CreateGovernancePolicyRequest) *CreateGovernancePolicyInvoker
CreateGovernancePolicyInvoker 创建治理策略
func (*CseClient) CreateHttp2Rpc ¶ added in v0.1.79
func (c *CseClient) CreateHttp2Rpc(request *model.CreateHttp2RpcRequest) (*model.CreateHttp2RpcResponse, error)
CreateHttp2Rpc 创建http转rpc方法
创建http转rpc方法。
Please refer to HUAWEI cloud API Explorer for details.
func (*CseClient) CreateHttp2RpcInvoker ¶ added in v0.1.79
func (c *CseClient) CreateHttp2RpcInvoker(request *model.CreateHttp2RpcRequest) *CreateHttp2RpcInvoker
CreateHttp2RpcInvoker 创建http转rpc方法
func (*CseClient) CreateMicroserviceRouteRule ¶ added in v0.1.67
func (c *CseClient) CreateMicroserviceRouteRule(request *model.CreateMicroserviceRouteRuleRequest) (*model.CreateMicroserviceRouteRuleResponse, error)
CreateMicroserviceRouteRule 创建灰度发布策略
创建灰度发布策略。
Please refer to HUAWEI cloud API Explorer for details.
func (*CseClient) CreateMicroserviceRouteRuleInvoker ¶ added in v0.1.67
func (c *CseClient) CreateMicroserviceRouteRuleInvoker(request *model.CreateMicroserviceRouteRuleRequest) *CreateMicroserviceRouteRuleInvoker
CreateMicroserviceRouteRuleInvoker 创建灰度发布策略
func (*CseClient) CreateNacosNamespaces ¶ added in v0.1.67
func (c *CseClient) CreateNacosNamespaces(request *model.CreateNacosNamespacesRequest) (*model.CreateNacosNamespacesResponse, error)
CreateNacosNamespaces 创建nacos命名空间
创建nacos命名空间。
Please refer to HUAWEI cloud API Explorer for details.
func (*CseClient) CreateNacosNamespacesInvoker ¶ added in v0.1.67
func (c *CseClient) CreateNacosNamespacesInvoker(request *model.CreateNacosNamespacesRequest) *CreateNacosNamespacesInvoker
CreateNacosNamespacesInvoker 创建nacos命名空间
func (*CseClient) CreatePlugin ¶ added in v0.1.79
func (c *CseClient) CreatePlugin(request *model.CreatePluginRequest) (*model.CreatePluginResponse, error)
CreatePlugin 创建插件
创建插件。
Please refer to HUAWEI cloud API Explorer for details.
func (*CseClient) CreatePluginInvoker ¶ added in v0.1.79
func (c *CseClient) CreatePluginInvoker(request *model.CreatePluginRequest) *CreatePluginInvoker
CreatePluginInvoker 创建插件
func (*CseClient) DeleteEngine ¶
func (c *CseClient) DeleteEngine(request *model.DeleteEngineRequest) (*model.DeleteEngineResponse, error)
DeleteEngine 删除微服务引擎
删除微服务引擎。
Please refer to HUAWEI cloud API Explorer for details.
func (*CseClient) DeleteEngineInvoker ¶ added in v0.0.90
func (c *CseClient) DeleteEngineInvoker(request *model.DeleteEngineRequest) *DeleteEngineInvoker
DeleteEngineInvoker 删除微服务引擎
func (*CseClient) DeleteGovernancePolicy ¶ added in v0.1.67
func (c *CseClient) DeleteGovernancePolicy(request *model.DeleteGovernancePolicyRequest) (*model.DeleteGovernancePolicyResponse, error)
DeleteGovernancePolicy 删除治理策略
删除治理策略。
Please refer to HUAWEI cloud API Explorer for details.
func (*CseClient) DeleteGovernancePolicyInvoker ¶ added in v0.1.67
func (c *CseClient) DeleteGovernancePolicyInvoker(request *model.DeleteGovernancePolicyRequest) *DeleteGovernancePolicyInvoker
DeleteGovernancePolicyInvoker 删除治理策略
func (*CseClient) DeleteHttp2Rpc ¶ added in v0.1.79
func (c *CseClient) DeleteHttp2Rpc(request *model.DeleteHttp2RpcRequest) (*model.DeleteHttp2RpcResponse, error)
DeleteHttp2Rpc 删除http转rpc方法
删除http转rpc方法。
Please refer to HUAWEI cloud API Explorer for details.
func (*CseClient) DeleteHttp2RpcInvoker ¶ added in v0.1.79
func (c *CseClient) DeleteHttp2RpcInvoker(request *model.DeleteHttp2RpcRequest) *DeleteHttp2RpcInvoker
DeleteHttp2RpcInvoker 删除http转rpc方法
func (*CseClient) DeleteMicroserviceRouteRule ¶ added in v0.1.67
func (c *CseClient) DeleteMicroserviceRouteRule(request *model.DeleteMicroserviceRouteRuleRequest) (*model.DeleteMicroserviceRouteRuleResponse, error)
DeleteMicroserviceRouteRule 删除灰度发布策略
删除灰度发布策略。
Please refer to HUAWEI cloud API Explorer for details.
func (*CseClient) DeleteMicroserviceRouteRuleInvoker ¶ added in v0.1.67
func (c *CseClient) DeleteMicroserviceRouteRuleInvoker(request *model.DeleteMicroserviceRouteRuleRequest) *DeleteMicroserviceRouteRuleInvoker
DeleteMicroserviceRouteRuleInvoker 删除灰度发布策略
func (*CseClient) DeleteNacosNamespaces ¶ added in v0.1.67
func (c *CseClient) DeleteNacosNamespaces(request *model.DeleteNacosNamespacesRequest) (*model.DeleteNacosNamespacesResponse, error)
DeleteNacosNamespaces 删除nacos命名空间
删除nacos命名空间。
Please refer to HUAWEI cloud API Explorer for details.
func (*CseClient) DeleteNacosNamespacesInvoker ¶ added in v0.1.67
func (c *CseClient) DeleteNacosNamespacesInvoker(request *model.DeleteNacosNamespacesRequest) *DeleteNacosNamespacesInvoker
DeleteNacosNamespacesInvoker 删除nacos命名空间
func (*CseClient) DeletePlugin ¶ added in v0.1.79
func (c *CseClient) DeletePlugin(request *model.DeletePluginRequest) (*model.DeletePluginResponse, error)
DeletePlugin 删除插件
删除插件。
Please refer to HUAWEI cloud API Explorer for details.
func (*CseClient) DeletePluginInvoker ¶ added in v0.1.79
func (c *CseClient) DeletePluginInvoker(request *model.DeletePluginRequest) *DeletePluginInvoker
DeletePluginInvoker 删除插件
func (*CseClient) DownloadKie ¶
func (c *CseClient) DownloadKie(request *model.DownloadKieRequest) (*model.DownloadKieResponse, error)
DownloadKie 导出kie配置
导出kie配置
Please refer to HUAWEI cloud API Explorer for details.
func (*CseClient) DownloadKieInvoker ¶ added in v0.0.90
func (c *CseClient) DownloadKieInvoker(request *model.DownloadKieRequest) *DownloadKieInvoker
DownloadKieInvoker 导出kie配置
func (*CseClient) ListEngines ¶
func (c *CseClient) ListEngines(request *model.ListEnginesRequest) (*model.ListEnginesResponse, error)
ListEngines 查询微服务引擎列表
查询微服务引擎列表。
Please refer to HUAWEI cloud API Explorer for details.
func (*CseClient) ListEnginesInvoker ¶ added in v0.0.90
func (c *CseClient) ListEnginesInvoker(request *model.ListEnginesRequest) *ListEnginesInvoker
ListEnginesInvoker 查询微服务引擎列表
func (*CseClient) ListFlavors ¶
func (c *CseClient) ListFlavors(request *model.ListFlavorsRequest) (*model.ListFlavorsResponse, error)
ListFlavors 查询微服务引擎的规格列表
查询微服务引擎的规格列表。
Please refer to HUAWEI cloud API Explorer for details.
func (*CseClient) ListFlavorsInvoker ¶ added in v0.0.90
func (c *CseClient) ListFlavorsInvoker(request *model.ListFlavorsRequest) *ListFlavorsInvoker
ListFlavorsInvoker 查询微服务引擎的规格列表
func (*CseClient) ListGovernancePolicy ¶ added in v0.1.67
func (c *CseClient) ListGovernancePolicy(request *model.ListGovernancePolicyRequest) (*model.ListGovernancePolicyResponse, error)
ListGovernancePolicy 查询指定类型治理策略列表
查询指定类型治理策略列表。
Please refer to HUAWEI cloud API Explorer for details.
func (*CseClient) ListGovernancePolicyByPolicyId ¶ added in v0.1.67
func (c *CseClient) ListGovernancePolicyByPolicyId(request *model.ListGovernancePolicyByPolicyIdRequest) (*model.ListGovernancePolicyByPolicyIdResponse, error)
ListGovernancePolicyByPolicyId 查询治理策略详情
查询治理策略详情。
Please refer to HUAWEI cloud API Explorer for details.
func (*CseClient) ListGovernancePolicyByPolicyIdInvoker ¶ added in v0.1.67
func (c *CseClient) ListGovernancePolicyByPolicyIdInvoker(request *model.ListGovernancePolicyByPolicyIdRequest) *ListGovernancePolicyByPolicyIdInvoker
ListGovernancePolicyByPolicyIdInvoker 查询治理策略详情
func (*CseClient) ListGovernancePolicyInvoker ¶ added in v0.1.67
func (c *CseClient) ListGovernancePolicyInvoker(request *model.ListGovernancePolicyRequest) *ListGovernancePolicyInvoker
ListGovernancePolicyInvoker 查询指定类型治理策略列表
func (*CseClient) ListGovernancePolicys ¶ added in v0.1.67
func (c *CseClient) ListGovernancePolicys(request *model.ListGovernancePolicysRequest) (*model.ListGovernancePolicysResponse, error)
ListGovernancePolicys 查询治理策略列表
查询治理策略列表。
Please refer to HUAWEI cloud API Explorer for details.
func (*CseClient) ListGovernancePolicysInvoker ¶ added in v0.1.67
func (c *CseClient) ListGovernancePolicysInvoker(request *model.ListGovernancePolicysRequest) *ListGovernancePolicysInvoker
ListGovernancePolicysInvoker 查询治理策略列表
func (*CseClient) ListMicroserviceRouteRule ¶ added in v0.1.67
func (c *CseClient) ListMicroserviceRouteRule(request *model.ListMicroserviceRouteRuleRequest) (*model.ListMicroserviceRouteRuleResponse, error)
ListMicroserviceRouteRule 查询微服务的灰度发布规则
查询微服务的灰度发布规则。
Please refer to HUAWEI cloud API Explorer for details.
func (*CseClient) ListMicroserviceRouteRuleInvoker ¶ added in v0.1.67
func (c *CseClient) ListMicroserviceRouteRuleInvoker(request *model.ListMicroserviceRouteRuleRequest) *ListMicroserviceRouteRuleInvoker
ListMicroserviceRouteRuleInvoker 查询微服务的灰度发布规则
func (*CseClient) ListNacosNamespaces ¶ added in v0.1.67
func (c *CseClient) ListNacosNamespaces(request *model.ListNacosNamespacesRequest) (*model.ListNacosNamespacesResponse, error)
ListNacosNamespaces 查询nacos命名空间
查询nacos命名空间。
Please refer to HUAWEI cloud API Explorer for details.
func (*CseClient) ListNacosNamespacesInvoker ¶ added in v0.1.67
func (c *CseClient) ListNacosNamespacesInvoker(request *model.ListNacosNamespacesRequest) *ListNacosNamespacesInvoker
ListNacosNamespacesInvoker 查询nacos命名空间
func (*CseClient) ModifyHttp2Rpc ¶ added in v0.1.79
func (c *CseClient) ModifyHttp2Rpc(request *model.ModifyHttp2RpcRequest) (*model.ModifyHttp2RpcResponse, error)
ModifyHttp2Rpc 修改http转rpc方法
修改http转rpc方法。
Please refer to HUAWEI cloud API Explorer for details.
func (*CseClient) ModifyHttp2RpcInvoker ¶ added in v0.1.79
func (c *CseClient) ModifyHttp2RpcInvoker(request *model.ModifyHttp2RpcRequest) *ModifyHttp2RpcInvoker
ModifyHttp2RpcInvoker 修改http转rpc方法
func (*CseClient) ModifyPlugin ¶ added in v0.1.79
func (c *CseClient) ModifyPlugin(request *model.ModifyPluginRequest) (*model.ModifyPluginResponse, error)
ModifyPlugin 修改插件
修改插件。
Please refer to HUAWEI cloud API Explorer for details.
func (*CseClient) ModifyPluginInvoker ¶ added in v0.1.79
func (c *CseClient) ModifyPluginInvoker(request *model.ModifyPluginRequest) *ModifyPluginInvoker
ModifyPluginInvoker 修改插件
func (*CseClient) ResizeEngine ¶ added in v0.1.67
func (c *CseClient) ResizeEngine(request *model.ResizeEngineRequest) (*model.ResizeEngineResponse, error)
ResizeEngine 变更微服务引擎规格
变更微服务引擎规格。
Please refer to HUAWEI cloud API Explorer for details.
func (*CseClient) ResizeEngineInvoker ¶ added in v0.1.67
func (c *CseClient) ResizeEngineInvoker(request *model.ResizeEngineRequest) *ResizeEngineInvoker
ResizeEngineInvoker 变更微服务引擎规格
func (*CseClient) RetryEngine ¶ added in v0.1.12
func (c *CseClient) RetryEngine(request *model.RetryEngineRequest) (*model.RetryEngineResponse, error)
RetryEngine 对微服务引擎进行重试
对微服务引擎进行重试,当前支持ServiceComb专享版引擎
Please refer to HUAWEI cloud API Explorer for details.
func (*CseClient) RetryEngineInvoker ¶ added in v0.1.12
func (c *CseClient) RetryEngineInvoker(request *model.RetryEngineRequest) *RetryEngineInvoker
RetryEngineInvoker 对微服务引擎进行重试
func (*CseClient) ShowEngine ¶
func (c *CseClient) ShowEngine(request *model.ShowEngineRequest) (*model.ShowEngineResponse, error)
ShowEngine 查询微服务引擎详情
查询微服务引擎详情
Please refer to HUAWEI cloud API Explorer for details.
func (*CseClient) ShowEngineInvoker ¶ added in v0.0.90
func (c *CseClient) ShowEngineInvoker(request *model.ShowEngineRequest) *ShowEngineInvoker
ShowEngineInvoker 查询微服务引擎详情
func (*CseClient) ShowEngineJob ¶
func (c *CseClient) ShowEngineJob(request *model.ShowEngineJobRequest) (*model.ShowEngineJobResponse, error)
ShowEngineJob 查询微服务引擎任务详情
查询微服务引擎任务详情。
Please refer to HUAWEI cloud API Explorer for details.
func (*CseClient) ShowEngineJobInvoker ¶ added in v0.0.90
func (c *CseClient) ShowEngineJobInvoker(request *model.ShowEngineJobRequest) *ShowEngineJobInvoker
ShowEngineJobInvoker 查询微服务引擎任务详情
func (*CseClient) ShowEngineQuotas ¶ added in v0.1.76
func (c *CseClient) ShowEngineQuotas(request *model.ShowEngineQuotasRequest) (*model.ShowEngineQuotasResponse, error)
ShowEngineQuotas 查询微服务引擎配额
查询微服务引擎配额。
Please refer to HUAWEI cloud API Explorer for details.
func (*CseClient) ShowEngineQuotasInvoker ¶ added in v0.1.76
func (c *CseClient) ShowEngineQuotasInvoker(request *model.ShowEngineQuotasRequest) *ShowEngineQuotasInvoker
ShowEngineQuotasInvoker 查询微服务引擎配额
func (*CseClient) ShowHttp2Rpcs ¶ added in v0.1.79
func (c *CseClient) ShowHttp2Rpcs(request *model.ShowHttp2RpcsRequest) (*model.ShowHttp2RpcsResponse, error)
ShowHttp2Rpcs 查询http2rpc资源列表
查询http转rpc资源列表。
Please refer to HUAWEI cloud API Explorer for details.
func (*CseClient) ShowHttp2RpcsInvoker ¶ added in v0.1.79
func (c *CseClient) ShowHttp2RpcsInvoker(request *model.ShowHttp2RpcsRequest) *ShowHttp2RpcsInvoker
ShowHttp2RpcsInvoker 查询http2rpc资源列表
func (*CseClient) ShowPlugins ¶ added in v0.1.79
func (c *CseClient) ShowPlugins(request *model.ShowPluginsRequest) (*model.ShowPluginsResponse, error)
ShowPlugins 查询插件列表
查询插件列表。
Please refer to HUAWEI cloud API Explorer for details.
func (*CseClient) ShowPluginsInvoker ¶ added in v0.1.79
func (c *CseClient) ShowPluginsInvoker(request *model.ShowPluginsRequest) *ShowPluginsInvoker
ShowPluginsInvoker 查询插件列表
func (*CseClient) ShowSinglePlugin ¶ added in v0.1.79
func (c *CseClient) ShowSinglePlugin(request *model.ShowSinglePluginRequest) (*model.ShowSinglePluginResponse, error)
ShowSinglePlugin 查询单个插件
查询单个插件。
Please refer to HUAWEI cloud API Explorer for details.
func (*CseClient) ShowSinglePluginInvoker ¶ added in v0.1.79
func (c *CseClient) ShowSinglePluginInvoker(request *model.ShowSinglePluginRequest) *ShowSinglePluginInvoker
ShowSinglePluginInvoker 查询单个插件
func (*CseClient) UpdateGovernancePolicy ¶ added in v0.1.67
func (c *CseClient) UpdateGovernancePolicy(request *model.UpdateGovernancePolicyRequest) (*model.UpdateGovernancePolicyResponse, error)
UpdateGovernancePolicy 修改治理策略
修改治理策略。
Please refer to HUAWEI cloud API Explorer for details.
func (*CseClient) UpdateGovernancePolicyInvoker ¶ added in v0.1.67
func (c *CseClient) UpdateGovernancePolicyInvoker(request *model.UpdateGovernancePolicyRequest) *UpdateGovernancePolicyInvoker
UpdateGovernancePolicyInvoker 修改治理策略
func (*CseClient) UpdateNacosNamespaces ¶ added in v0.1.67
func (c *CseClient) UpdateNacosNamespaces(request *model.UpdateNacosNamespacesRequest) (*model.UpdateNacosNamespacesResponse, error)
UpdateNacosNamespaces 更新nacos命名空间
更新nacos命名空间。
Please refer to HUAWEI cloud API Explorer for details.
func (*CseClient) UpdateNacosNamespacesInvoker ¶ added in v0.1.67
func (c *CseClient) UpdateNacosNamespacesInvoker(request *model.UpdateNacosNamespacesRequest) *UpdateNacosNamespacesInvoker
UpdateNacosNamespacesInvoker 更新nacos命名空间
func (*CseClient) UpgradeEngine ¶ added in v0.1.12
func (c *CseClient) UpgradeEngine(request *model.UpgradeEngineRequest) (*model.UpgradeEngineResponse, error)
UpgradeEngine 升级微服务引擎
升级微服务引擎
Please refer to HUAWEI cloud API Explorer for details.
func (*CseClient) UpgradeEngineConfig ¶ added in v0.1.67
func (c *CseClient) UpgradeEngineConfig(request *model.UpgradeEngineConfigRequest) (*model.UpgradeEngineConfigResponse, error)
UpgradeEngineConfig 更新微服务引擎配置
更新微服务引擎配置,更新ServiceComb专享版引擎与注册配置中心引擎的配置
Please refer to HUAWEI cloud API Explorer for details.
func (*CseClient) UpgradeEngineConfigInvoker ¶ added in v0.1.67
func (c *CseClient) UpgradeEngineConfigInvoker(request *model.UpgradeEngineConfigRequest) *UpgradeEngineConfigInvoker
UpgradeEngineConfigInvoker 更新微服务引擎配置
func (*CseClient) UpgradeEngineInvoker ¶ added in v0.1.12
func (c *CseClient) UpgradeEngineInvoker(request *model.UpgradeEngineRequest) *UpgradeEngineInvoker
UpgradeEngineInvoker 升级微服务引擎
func (*CseClient) UploadKie ¶
func (c *CseClient) UploadKie(request *model.UploadKieRequest) (*model.UploadKieResponse, error)
UploadKie 导入kie配置
导入kie配置
Please refer to HUAWEI cloud API Explorer for details.
func (*CseClient) UploadKieInvoker ¶ added in v0.0.90
func (c *CseClient) UploadKieInvoker(request *model.UploadKieRequest) *UploadKieInvoker
UploadKieInvoker 导入kie配置
type DeleteEngineInvoker ¶ added in v0.0.90
type DeleteEngineInvoker struct {
*invoker.BaseInvoker
}
func (*DeleteEngineInvoker) Invoke ¶ added in v0.0.90
func (i *DeleteEngineInvoker) Invoke() (*model.DeleteEngineResponse, error)
type DeleteGovernancePolicyInvoker ¶ added in v0.1.67
type DeleteGovernancePolicyInvoker struct {
*invoker.BaseInvoker
}
func (*DeleteGovernancePolicyInvoker) Invoke ¶ added in v0.1.67
func (i *DeleteGovernancePolicyInvoker) Invoke() (*model.DeleteGovernancePolicyResponse, error)
type DeleteHttp2RpcInvoker ¶ added in v0.1.79
type DeleteHttp2RpcInvoker struct {
*invoker.BaseInvoker
}
func (*DeleteHttp2RpcInvoker) Invoke ¶ added in v0.1.79
func (i *DeleteHttp2RpcInvoker) Invoke() (*model.DeleteHttp2RpcResponse, error)
type DeleteMicroserviceRouteRuleInvoker ¶ added in v0.1.67
type DeleteMicroserviceRouteRuleInvoker struct {
*invoker.BaseInvoker
}
func (*DeleteMicroserviceRouteRuleInvoker) Invoke ¶ added in v0.1.67
func (i *DeleteMicroserviceRouteRuleInvoker) Invoke() (*model.DeleteMicroserviceRouteRuleResponse, error)
type DeleteNacosNamespacesInvoker ¶ added in v0.1.67
type DeleteNacosNamespacesInvoker struct {
*invoker.BaseInvoker
}
func (*DeleteNacosNamespacesInvoker) Invoke ¶ added in v0.1.67
func (i *DeleteNacosNamespacesInvoker) Invoke() (*model.DeleteNacosNamespacesResponse, error)
type DeletePluginInvoker ¶ added in v0.1.79
type DeletePluginInvoker struct {
*invoker.BaseInvoker
}
func (*DeletePluginInvoker) Invoke ¶ added in v0.1.79
func (i *DeletePluginInvoker) Invoke() (*model.DeletePluginResponse, error)
type DownloadKieInvoker ¶ added in v0.0.90
type DownloadKieInvoker struct {
*invoker.BaseInvoker
}
func (*DownloadKieInvoker) Invoke ¶ added in v0.0.90
func (i *DownloadKieInvoker) Invoke() (*model.DownloadKieResponse, error)
type ListEnginesInvoker ¶ added in v0.0.90
type ListEnginesInvoker struct {
*invoker.BaseInvoker
}
func (*ListEnginesInvoker) Invoke ¶ added in v0.0.90
func (i *ListEnginesInvoker) Invoke() (*model.ListEnginesResponse, error)
type ListFlavorsInvoker ¶ added in v0.0.90
type ListFlavorsInvoker struct {
*invoker.BaseInvoker
}
func (*ListFlavorsInvoker) Invoke ¶ added in v0.0.90
func (i *ListFlavorsInvoker) Invoke() (*model.ListFlavorsResponse, error)
type ListGovernancePolicyByPolicyIdInvoker ¶ added in v0.1.67
type ListGovernancePolicyByPolicyIdInvoker struct {
*invoker.BaseInvoker
}
func (*ListGovernancePolicyByPolicyIdInvoker) Invoke ¶ added in v0.1.67
func (i *ListGovernancePolicyByPolicyIdInvoker) Invoke() (*model.ListGovernancePolicyByPolicyIdResponse, error)
type ListGovernancePolicyInvoker ¶ added in v0.1.67
type ListGovernancePolicyInvoker struct {
*invoker.BaseInvoker
}
func (*ListGovernancePolicyInvoker) Invoke ¶ added in v0.1.67
func (i *ListGovernancePolicyInvoker) Invoke() (*model.ListGovernancePolicyResponse, error)
type ListGovernancePolicysInvoker ¶ added in v0.1.67
type ListGovernancePolicysInvoker struct {
*invoker.BaseInvoker
}
func (*ListGovernancePolicysInvoker) Invoke ¶ added in v0.1.67
func (i *ListGovernancePolicysInvoker) Invoke() (*model.ListGovernancePolicysResponse, error)
type ListMicroserviceRouteRuleInvoker ¶ added in v0.1.67
type ListMicroserviceRouteRuleInvoker struct {
*invoker.BaseInvoker
}
func (*ListMicroserviceRouteRuleInvoker) Invoke ¶ added in v0.1.67
func (i *ListMicroserviceRouteRuleInvoker) Invoke() (*model.ListMicroserviceRouteRuleResponse, error)
type ListNacosNamespacesInvoker ¶ added in v0.1.67
type ListNacosNamespacesInvoker struct {
*invoker.BaseInvoker
}
func (*ListNacosNamespacesInvoker) Invoke ¶ added in v0.1.67
func (i *ListNacosNamespacesInvoker) Invoke() (*model.ListNacosNamespacesResponse, error)
type ModifyHttp2RpcInvoker ¶ added in v0.1.79
type ModifyHttp2RpcInvoker struct {
*invoker.BaseInvoker
}
func (*ModifyHttp2RpcInvoker) Invoke ¶ added in v0.1.79
func (i *ModifyHttp2RpcInvoker) Invoke() (*model.ModifyHttp2RpcResponse, error)
type ModifyPluginInvoker ¶ added in v0.1.79
type ModifyPluginInvoker struct {
*invoker.BaseInvoker
}
func (*ModifyPluginInvoker) Invoke ¶ added in v0.1.79
func (i *ModifyPluginInvoker) Invoke() (*model.ModifyPluginResponse, error)
type ResizeEngineInvoker ¶ added in v0.1.67
type ResizeEngineInvoker struct {
*invoker.BaseInvoker
}
func (*ResizeEngineInvoker) Invoke ¶ added in v0.1.67
func (i *ResizeEngineInvoker) Invoke() (*model.ResizeEngineResponse, error)
type RetryEngineInvoker ¶ added in v0.1.12
type RetryEngineInvoker struct {
*invoker.BaseInvoker
}
func (*RetryEngineInvoker) Invoke ¶ added in v0.1.12
func (i *RetryEngineInvoker) Invoke() (*model.RetryEngineResponse, error)
type ShowEngineInvoker ¶ added in v0.0.90
type ShowEngineInvoker struct {
*invoker.BaseInvoker
}
func (*ShowEngineInvoker) Invoke ¶ added in v0.0.90
func (i *ShowEngineInvoker) Invoke() (*model.ShowEngineResponse, error)
type ShowEngineJobInvoker ¶ added in v0.0.90
type ShowEngineJobInvoker struct {
*invoker.BaseInvoker
}
func (*ShowEngineJobInvoker) Invoke ¶ added in v0.0.90
func (i *ShowEngineJobInvoker) Invoke() (*model.ShowEngineJobResponse, error)
type ShowEngineQuotasInvoker ¶ added in v0.1.76
type ShowEngineQuotasInvoker struct {
*invoker.BaseInvoker
}
func (*ShowEngineQuotasInvoker) Invoke ¶ added in v0.1.76
func (i *ShowEngineQuotasInvoker) Invoke() (*model.ShowEngineQuotasResponse, error)
type ShowHttp2RpcsInvoker ¶ added in v0.1.79
type ShowHttp2RpcsInvoker struct {
*invoker.BaseInvoker
}
func (*ShowHttp2RpcsInvoker) Invoke ¶ added in v0.1.79
func (i *ShowHttp2RpcsInvoker) Invoke() (*model.ShowHttp2RpcsResponse, error)
type ShowPluginsInvoker ¶ added in v0.1.79
type ShowPluginsInvoker struct {
*invoker.BaseInvoker
}
func (*ShowPluginsInvoker) Invoke ¶ added in v0.1.79
func (i *ShowPluginsInvoker) Invoke() (*model.ShowPluginsResponse, error)
type ShowSinglePluginInvoker ¶ added in v0.1.79
type ShowSinglePluginInvoker struct {
*invoker.BaseInvoker
}
func (*ShowSinglePluginInvoker) Invoke ¶ added in v0.1.79
func (i *ShowSinglePluginInvoker) Invoke() (*model.ShowSinglePluginResponse, error)
type UpdateGovernancePolicyInvoker ¶ added in v0.1.67
type UpdateGovernancePolicyInvoker struct {
*invoker.BaseInvoker
}
func (*UpdateGovernancePolicyInvoker) Invoke ¶ added in v0.1.67
func (i *UpdateGovernancePolicyInvoker) Invoke() (*model.UpdateGovernancePolicyResponse, error)
type UpdateNacosNamespacesInvoker ¶ added in v0.1.67
type UpdateNacosNamespacesInvoker struct {
*invoker.BaseInvoker
}
func (*UpdateNacosNamespacesInvoker) Invoke ¶ added in v0.1.67
func (i *UpdateNacosNamespacesInvoker) Invoke() (*model.UpdateNacosNamespacesResponse, error)
type UpgradeEngineConfigInvoker ¶ added in v0.1.67
type UpgradeEngineConfigInvoker struct {
*invoker.BaseInvoker
}
func (*UpgradeEngineConfigInvoker) Invoke ¶ added in v0.1.67
func (i *UpgradeEngineConfigInvoker) Invoke() (*model.UpgradeEngineConfigResponse, error)
type UpgradeEngineInvoker ¶ added in v0.1.12
type UpgradeEngineInvoker struct {
*invoker.BaseInvoker
}
func (*UpgradeEngineInvoker) Invoke ¶ added in v0.1.12
func (i *UpgradeEngineInvoker) Invoke() (*model.UpgradeEngineResponse, error)
type UploadKieInvoker ¶ added in v0.0.90
type UploadKieInvoker struct {
*invoker.BaseInvoker
}
func (*UploadKieInvoker) Invoke ¶ added in v0.0.90
func (i *UploadKieInvoker) Invoke() (*model.UploadKieResponse, error)