v2

package
v0.1.13 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 30, 2022 License: Apache-2.0, BSD-2-Clause, BSD-3-Clause Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func BcsClientBuilder

func BcsClientBuilder() *http_client.HcHttpClientBuilder

func GenReqDefForBatchAddPeersToChannel

func GenReqDefForBatchAddPeersToChannel() *def.HttpRequestDef

func GenReqDefForBatchCreateChannels

func GenReqDefForBatchCreateChannels() *def.HttpRequestDef

func GenReqDefForBatchInviteMembersToChannel

func GenReqDefForBatchInviteMembersToChannel() *def.HttpRequestDef

func GenReqDefForBatchRemoveOrgsFromChannel added in v0.0.65

func GenReqDefForBatchRemoveOrgsFromChannel() *def.HttpRequestDef

func GenReqDefForBatchRemovePeersFromChannel added in v0.0.90

func GenReqDefForBatchRemovePeersFromChannel() *def.HttpRequestDef

func GenReqDefForCreateBlockchainCertByUserName added in v0.0.69

func GenReqDefForCreateBlockchainCertByUserName() *def.HttpRequestDef

func GenReqDefForCreateNewBlockchain

func GenReqDefForCreateNewBlockchain() *def.HttpRequestDef

func GenReqDefForDeleteBlockchain

func GenReqDefForDeleteBlockchain() *def.HttpRequestDef

func GenReqDefForDeleteChannel added in v0.0.90

func GenReqDefForDeleteChannel() *def.HttpRequestDef

func GenReqDefForDeleteMemberInvite added in v0.0.69

func GenReqDefForDeleteMemberInvite() *def.HttpRequestDef

func GenReqDefForDownloadBlockchainCert

func GenReqDefForDownloadBlockchainCert() *def.HttpRequestDef

func GenReqDefForDownloadBlockchainSdkConfig

func GenReqDefForDownloadBlockchainSdkConfig() *def.HttpRequestDef

func GenReqDefForFreezeCert added in v0.0.69

func GenReqDefForFreezeCert() *def.HttpRequestDef

func GenReqDefForHandleNotification

func GenReqDefForHandleNotification() *def.HttpRequestDef

func GenReqDefForHandleUnionMemberQuitList added in v0.0.90

func GenReqDefForHandleUnionMemberQuitList() *def.HttpRequestDef

func GenReqDefForListBcsMetric

func GenReqDefForListBcsMetric() *def.HttpRequestDef

func GenReqDefForListBlockchainChannels

func GenReqDefForListBlockchainChannels() *def.HttpRequestDef

func GenReqDefForListBlockchains

func GenReqDefForListBlockchains() *def.HttpRequestDef

func GenReqDefForListEntityMetric

func GenReqDefForListEntityMetric() *def.HttpRequestDef

func GenReqDefForListInstanceMetric

func GenReqDefForListInstanceMetric() *def.HttpRequestDef

func GenReqDefForListMembers

func GenReqDefForListMembers() *def.HttpRequestDef

func GenReqDefForListNotifications

func GenReqDefForListNotifications() *def.HttpRequestDef

func GenReqDefForListOpRecord

func GenReqDefForListOpRecord() *def.HttpRequestDef

func GenReqDefForListQuotas

func GenReqDefForListQuotas() *def.HttpRequestDef

func GenReqDefForShowBlockchainDetail

func GenReqDefForShowBlockchainDetail() *def.HttpRequestDef

func GenReqDefForShowBlockchainFlavors added in v0.0.67

func GenReqDefForShowBlockchainFlavors() *def.HttpRequestDef

func GenReqDefForShowBlockchainNodes

func GenReqDefForShowBlockchainNodes() *def.HttpRequestDef

func GenReqDefForShowBlockchainStatus

func GenReqDefForShowBlockchainStatus() *def.HttpRequestDef

func GenReqDefForUnfreezeCert added in v0.0.69

func GenReqDefForUnfreezeCert() *def.HttpRequestDef

func GenReqDefForUpdateInstance

func GenReqDefForUpdateInstance() *def.HttpRequestDef

Types

type BatchAddPeersToChannelInvoker added in v0.0.90

type BatchAddPeersToChannelInvoker struct {
	*invoker.BaseInvoker
}

func (*BatchAddPeersToChannelInvoker) Invoke added in v0.0.90

type BatchCreateChannelsInvoker added in v0.0.90

type BatchCreateChannelsInvoker struct {
	*invoker.BaseInvoker
}

func (*BatchCreateChannelsInvoker) Invoke added in v0.0.90

type BatchInviteMembersToChannelInvoker added in v0.0.90

type BatchInviteMembersToChannelInvoker struct {
	*invoker.BaseInvoker
}

func (*BatchInviteMembersToChannelInvoker) Invoke added in v0.0.90

type BatchRemoveOrgsFromChannelInvoker added in v0.0.90

type BatchRemoveOrgsFromChannelInvoker struct {
	*invoker.BaseInvoker
}

func (*BatchRemoveOrgsFromChannelInvoker) Invoke added in v0.0.90

type BatchRemovePeersFromChannelInvoker added in v0.0.90

type BatchRemovePeersFromChannelInvoker struct {
	*invoker.BaseInvoker
}

func (*BatchRemovePeersFromChannelInvoker) Invoke added in v0.0.90

type BcsClient

type BcsClient struct {
	HcClient *http_client.HcHttpClient
}

func NewBcsClient

func NewBcsClient(hcClient *http_client.HcHttpClient) *BcsClient

func (*BcsClient) BatchAddPeersToChannel

BatchAddPeersToChannel peer节点加入通道

peer节点加入通道,目前仅支持往一个通道中加入peer

Please refer to HUAWEI cloud API Explorer for details.

func (*BcsClient) BatchAddPeersToChannelInvoker added in v0.0.90

func (c *BcsClient) BatchAddPeersToChannelInvoker(request *model.BatchAddPeersToChannelRequest) *BatchAddPeersToChannelInvoker

BatchAddPeersToChannelInvoker peer节点加入通道

func (*BcsClient) BatchCreateChannels

BatchCreateChannels 创建通道

创建通道

Please refer to HUAWEI cloud API Explorer for details.

func (*BcsClient) BatchCreateChannelsInvoker added in v0.0.90

func (c *BcsClient) BatchCreateChannelsInvoker(request *model.BatchCreateChannelsRequest) *BatchCreateChannelsInvoker

BatchCreateChannelsInvoker 创建通道

func (*BcsClient) BatchInviteMembersToChannel

BatchInviteMembersToChannel 邀请联盟成员

批量邀请联盟成员加入通道,此操作会向被邀请方发出邀请通知

Please refer to HUAWEI cloud API Explorer for details.

func (*BcsClient) BatchInviteMembersToChannelInvoker added in v0.0.90

func (c *BcsClient) BatchInviteMembersToChannelInvoker(request *model.BatchInviteMembersToChannelRequest) *BatchInviteMembersToChannelInvoker

BatchInviteMembersToChannelInvoker 邀请联盟成员

func (*BcsClient) BatchRemoveOrgsFromChannel added in v0.0.65

BatchRemoveOrgsFromChannel BCS组织退出某通道

该接口用于BCS组织退出某通道。

Please refer to HUAWEI cloud API Explorer for details.

func (*BcsClient) BatchRemoveOrgsFromChannelInvoker added in v0.0.90

func (c *BcsClient) BatchRemoveOrgsFromChannelInvoker(request *model.BatchRemoveOrgsFromChannelRequest) *BatchRemoveOrgsFromChannelInvoker

BatchRemoveOrgsFromChannelInvoker BCS组织退出某通道

func (*BcsClient) BatchRemovePeersFromChannel added in v0.0.90

BatchRemovePeersFromChannel BCS某个组织中的节点退出某通道

该接口用于BCS某个组织中的节点退出某通道。当节点为通道中最后一个节点时,需要使用组织退通道的接口来将通道中的最后一个节点退出。

Please refer to HUAWEI cloud API Explorer for details.

func (*BcsClient) BatchRemovePeersFromChannelInvoker added in v0.0.90

func (c *BcsClient) BatchRemovePeersFromChannelInvoker(request *model.BatchRemovePeersFromChannelRequest) *BatchRemovePeersFromChannelInvoker

BatchRemovePeersFromChannelInvoker BCS某个组织中的节点退出某通道

func (*BcsClient) CreateBlockchainCertByUserName added in v0.0.69

CreateBlockchainCertByUserName 生成用户证书

通过用户名生成指定服务实例组织用户证书

Please refer to HUAWEI cloud API Explorer for details.

func (*BcsClient) CreateBlockchainCertByUserNameInvoker added in v0.0.90

func (c *BcsClient) CreateBlockchainCertByUserNameInvoker(request *model.CreateBlockchainCertByUserNameRequest) *CreateBlockchainCertByUserNameInvoker

CreateBlockchainCertByUserNameInvoker 生成用户证书

func (*BcsClient) CreateNewBlockchain

CreateNewBlockchain 创建服务实例

创建BCS服务实例,只支持按需创建

Please refer to HUAWEI cloud API Explorer for details.

func (*BcsClient) CreateNewBlockchainInvoker added in v0.0.90

func (c *BcsClient) CreateNewBlockchainInvoker(request *model.CreateNewBlockchainRequest) *CreateNewBlockchainInvoker

CreateNewBlockchainInvoker 创建服务实例

func (*BcsClient) DeleteBlockchain

func (c *BcsClient) DeleteBlockchain(request *model.DeleteBlockchainRequest) (*model.DeleteBlockchainResponse, error)

DeleteBlockchain 删除服务实例

删除bcs实例。包周期实例不支持

Please refer to HUAWEI cloud API Explorer for details.

func (*BcsClient) DeleteBlockchainInvoker added in v0.0.90

func (c *BcsClient) DeleteBlockchainInvoker(request *model.DeleteBlockchainRequest) *DeleteBlockchainInvoker

DeleteBlockchainInvoker 删除服务实例

func (*BcsClient) DeleteChannel added in v0.0.90

func (c *BcsClient) DeleteChannel(request *model.DeleteChannelRequest) (*model.DeleteChannelResponse, error)

DeleteChannel BCS删除某个通道

该接口用于BCS删除某个通道。仅支持删除空通道

Please refer to HUAWEI cloud API Explorer for details.

func (*BcsClient) DeleteChannelInvoker added in v0.0.90

func (c *BcsClient) DeleteChannelInvoker(request *model.DeleteChannelRequest) *DeleteChannelInvoker

DeleteChannelInvoker BCS删除某个通道

func (*BcsClient) DeleteMemberInvite added in v0.0.69

func (c *BcsClient) DeleteMemberInvite(request *model.DeleteMemberInviteRequest) (*model.DeleteMemberInviteResponse, error)

DeleteMemberInvite 删除邀请成员信息

可通过此接口批量取消邀请或删除对已退出或拒绝加入或解散的成员邀请信息

Please refer to HUAWEI cloud API Explorer for details.

func (*BcsClient) DeleteMemberInviteInvoker added in v0.0.90

func (c *BcsClient) DeleteMemberInviteInvoker(request *model.DeleteMemberInviteRequest) *DeleteMemberInviteInvoker

DeleteMemberInviteInvoker 删除邀请成员信息

func (*BcsClient) DownloadBlockchainCert

DownloadBlockchainCert 下载证书

下载指定服务实例相关证书

Please refer to HUAWEI cloud API Explorer for details.

func (*BcsClient) DownloadBlockchainCertInvoker added in v0.0.90

func (c *BcsClient) DownloadBlockchainCertInvoker(request *model.DownloadBlockchainCertRequest) *DownloadBlockchainCertInvoker

DownloadBlockchainCertInvoker 下载证书

func (*BcsClient) DownloadBlockchainSdkConfig

DownloadBlockchainSdkConfig 下载SDK配置

下载指定服务实例SDK配置文件

Please refer to HUAWEI cloud API Explorer for details.

func (*BcsClient) DownloadBlockchainSdkConfigInvoker added in v0.0.90

func (c *BcsClient) DownloadBlockchainSdkConfigInvoker(request *model.DownloadBlockchainSdkConfigRequest) *DownloadBlockchainSdkConfigInvoker

DownloadBlockchainSdkConfigInvoker 下载SDK配置

func (*BcsClient) FreezeCert added in v0.0.69

func (c *BcsClient) FreezeCert(request *model.FreezeCertRequest) (*model.FreezeCertResponse, error)

FreezeCert 冻结用户证书

冻结指定服务实例组织用户证书,冻结后需等待半分钟到一分钟左右生效

Please refer to HUAWEI cloud API Explorer for details.

func (*BcsClient) FreezeCertInvoker added in v0.0.90

func (c *BcsClient) FreezeCertInvoker(request *model.FreezeCertRequest) *FreezeCertInvoker

FreezeCertInvoker 冻结用户证书

func (*BcsClient) HandleNotification

func (c *BcsClient) HandleNotification(request *model.HandleNotificationRequest) (*model.HandleNotificationResponse, error)

HandleNotification 处理联盟邀请

处理联盟邀请

Please refer to HUAWEI cloud API Explorer for details.

func (*BcsClient) HandleNotificationInvoker added in v0.0.90

func (c *BcsClient) HandleNotificationInvoker(request *model.HandleNotificationRequest) *HandleNotificationInvoker

HandleNotificationInvoker 处理联盟邀请

func (*BcsClient) HandleUnionMemberQuitList added in v0.0.90

HandleUnionMemberQuitList 被邀请方退出指定联盟

被邀请方退出联盟

Please refer to HUAWEI cloud API Explorer for details.

func (*BcsClient) HandleUnionMemberQuitListInvoker added in v0.0.90

func (c *BcsClient) HandleUnionMemberQuitListInvoker(request *model.HandleUnionMemberQuitListRequest) *HandleUnionMemberQuitListInvoker

HandleUnionMemberQuitListInvoker 被邀请方退出指定联盟

func (*BcsClient) ListBcsMetric

func (c *BcsClient) ListBcsMetric(request *model.ListBcsMetricRequest) (*model.ListBcsMetricResponse, error)

ListBcsMetric 查询BCS服务实例监控数据

该接口用于查询BCS服务的监控数据,可以指定相应的指标名称。[目前不支持IEF节点](tag:hasief)

Please refer to HUAWEI cloud API Explorer for details.

func (*BcsClient) ListBcsMetricInvoker added in v0.0.90

func (c *BcsClient) ListBcsMetricInvoker(request *model.ListBcsMetricRequest) *ListBcsMetricInvoker

ListBcsMetricInvoker 查询BCS服务实例监控数据

func (*BcsClient) ListBlockchainChannels

ListBlockchainChannels 查询通道信息

查询指定服务实例通道信息

Please refer to HUAWEI cloud API Explorer for details.

func (*BcsClient) ListBlockchainChannelsInvoker added in v0.0.90

func (c *BcsClient) ListBlockchainChannelsInvoker(request *model.ListBlockchainChannelsRequest) *ListBlockchainChannelsInvoker

ListBlockchainChannelsInvoker 查询通道信息

func (*BcsClient) ListBlockchains

func (c *BcsClient) ListBlockchains(request *model.ListBlockchainsRequest) (*model.ListBlockchainsResponse, error)

ListBlockchains 查询服务实例列表

查询当前项目下所有服务实例的简要信息

Please refer to HUAWEI cloud API Explorer for details.

func (*BcsClient) ListBlockchainsInvoker added in v0.0.90

func (c *BcsClient) ListBlockchainsInvoker(request *model.ListBlockchainsRequest) *ListBlockchainsInvoker

ListBlockchainsInvoker 查询服务实例列表

func (*BcsClient) ListEntityMetric

func (c *BcsClient) ListEntityMetric(request *model.ListEntityMetricRequest) (*model.ListEntityMetricResponse, error)

ListEntityMetric 查询BCS组织监控数据列表

该接口用于查询BCS组织的监控数据列表。

Please refer to HUAWEI cloud API Explorer for details.

func (*BcsClient) ListEntityMetricInvoker added in v0.0.90

func (c *BcsClient) ListEntityMetricInvoker(request *model.ListEntityMetricRequest) *ListEntityMetricInvoker

ListEntityMetricInvoker 查询BCS组织监控数据列表

func (*BcsClient) ListInstanceMetric

func (c *BcsClient) ListInstanceMetric(request *model.ListInstanceMetricRequest) (*model.ListInstanceMetricResponse, error)

ListInstanceMetric 查询BCS组织实例监控数据详情

该接口用于BCS组织实例监控数据详情。

Please refer to HUAWEI cloud API Explorer for details.

func (*BcsClient) ListInstanceMetricInvoker added in v0.0.90

func (c *BcsClient) ListInstanceMetricInvoker(request *model.ListInstanceMetricRequest) *ListInstanceMetricInvoker

ListInstanceMetricInvoker 查询BCS组织实例监控数据详情

func (*BcsClient) ListMembers

func (c *BcsClient) ListMembers(request *model.ListMembersRequest) (*model.ListMembersResponse, error)

ListMembers 获取联盟成员列表

获取联盟成员列表

Please refer to HUAWEI cloud API Explorer for details.

func (*BcsClient) ListMembersInvoker added in v0.0.90

func (c *BcsClient) ListMembersInvoker(request *model.ListMembersRequest) *ListMembersInvoker

ListMembersInvoker 获取联盟成员列表

func (*BcsClient) ListNotifications

func (c *BcsClient) ListNotifications(request *model.ListNotificationsRequest) (*model.ListNotificationsResponse, error)

ListNotifications 获取全部通知

获取全部通知

Please refer to HUAWEI cloud API Explorer for details.

func (*BcsClient) ListNotificationsInvoker added in v0.0.90

func (c *BcsClient) ListNotificationsInvoker(request *model.ListNotificationsRequest) *ListNotificationsInvoker

ListNotificationsInvoker 获取全部通知

func (*BcsClient) ListOpRecord

func (c *BcsClient) ListOpRecord(request *model.ListOpRecordRequest) (*model.ListOpRecordResponse, error)

ListOpRecord 查询异步操作结果

查询异步操作结果

Please refer to HUAWEI cloud API Explorer for details.

func (*BcsClient) ListOpRecordInvoker added in v0.0.90

func (c *BcsClient) ListOpRecordInvoker(request *model.ListOpRecordRequest) *ListOpRecordInvoker

ListOpRecordInvoker 查询异步操作结果

func (*BcsClient) ListQuotas

func (c *BcsClient) ListQuotas(request *model.ListQuotasRequest) (*model.ListQuotasResponse, error)

ListQuotas 查询配额

查询当前项目下BCS服务所有资源的配额信息

Please refer to HUAWEI cloud API Explorer for details.

func (*BcsClient) ListQuotasInvoker added in v0.0.90

func (c *BcsClient) ListQuotasInvoker(request *model.ListQuotasRequest) *ListQuotasInvoker

ListQuotasInvoker 查询配额

func (*BcsClient) ShowBlockchainDetail

ShowBlockchainDetail 查询实例信息

查询指定服务实例详细信息

Please refer to HUAWEI cloud API Explorer for details.

func (*BcsClient) ShowBlockchainDetailInvoker added in v0.0.90

func (c *BcsClient) ShowBlockchainDetailInvoker(request *model.ShowBlockchainDetailRequest) *ShowBlockchainDetailInvoker

ShowBlockchainDetailInvoker 查询实例信息

func (*BcsClient) ShowBlockchainFlavors added in v0.0.67

ShowBlockchainFlavors 查询规格

查询服务联盟链规格信息

Please refer to HUAWEI cloud API Explorer for details.

func (*BcsClient) ShowBlockchainFlavorsInvoker added in v0.0.90

func (c *BcsClient) ShowBlockchainFlavorsInvoker(request *model.ShowBlockchainFlavorsRequest) *ShowBlockchainFlavorsInvoker

ShowBlockchainFlavorsInvoker 查询规格

func (*BcsClient) ShowBlockchainNodes

ShowBlockchainNodes 查询节点信息

查询指定服务实例节点信息

Please refer to HUAWEI cloud API Explorer for details.

func (*BcsClient) ShowBlockchainNodesInvoker added in v0.0.90

func (c *BcsClient) ShowBlockchainNodesInvoker(request *model.ShowBlockchainNodesRequest) *ShowBlockchainNodesInvoker

ShowBlockchainNodesInvoker 查询节点信息

func (*BcsClient) ShowBlockchainStatus

ShowBlockchainStatus 查询创建状态

查询指定服务实例创建状态

Please refer to HUAWEI cloud API Explorer for details.

func (*BcsClient) ShowBlockchainStatusInvoker added in v0.0.90

func (c *BcsClient) ShowBlockchainStatusInvoker(request *model.ShowBlockchainStatusRequest) *ShowBlockchainStatusInvoker

ShowBlockchainStatusInvoker 查询创建状态

func (*BcsClient) UnfreezeCert added in v0.0.69

func (c *BcsClient) UnfreezeCert(request *model.UnfreezeCertRequest) (*model.UnfreezeCertResponse, error)

UnfreezeCert 解冻用户证书

解冻指定服务实例组织用户证书,解冻后需等待半分钟到一分钟左右生效

Please refer to HUAWEI cloud API Explorer for details.

func (*BcsClient) UnfreezeCertInvoker added in v0.0.90

func (c *BcsClient) UnfreezeCertInvoker(request *model.UnfreezeCertRequest) *UnfreezeCertInvoker

UnfreezeCertInvoker 解冻用户证书

func (*BcsClient) UpdateInstance

func (c *BcsClient) UpdateInstance(request *model.UpdateInstanceRequest) (*model.UpdateInstanceResponse, error)

UpdateInstance 修改服务实例

修改实例的节点、组织,目前仅支持添加、删除节点(IEF模式不支持添加、删除节点),添加、删除组织,共4种类型,每次操作只可以操作一种类型。此接口不支持包周期模式; 注意注册IEF节点时,IEF节点名称长度应该为4-24位的字符

Please refer to HUAWEI cloud API Explorer for details.

func (*BcsClient) UpdateInstanceInvoker added in v0.0.90

func (c *BcsClient) UpdateInstanceInvoker(request *model.UpdateInstanceRequest) *UpdateInstanceInvoker

UpdateInstanceInvoker 修改服务实例

type CreateBlockchainCertByUserNameInvoker added in v0.0.90

type CreateBlockchainCertByUserNameInvoker struct {
	*invoker.BaseInvoker
}

func (*CreateBlockchainCertByUserNameInvoker) Invoke added in v0.0.90

type CreateNewBlockchainInvoker added in v0.0.90

type CreateNewBlockchainInvoker struct {
	*invoker.BaseInvoker
}

func (*CreateNewBlockchainInvoker) Invoke added in v0.0.90

type DeleteBlockchainInvoker added in v0.0.90

type DeleteBlockchainInvoker struct {
	*invoker.BaseInvoker
}

func (*DeleteBlockchainInvoker) Invoke added in v0.0.90

type DeleteChannelInvoker added in v0.0.90

type DeleteChannelInvoker struct {
	*invoker.BaseInvoker
}

func (*DeleteChannelInvoker) Invoke added in v0.0.90

type DeleteMemberInviteInvoker added in v0.0.90

type DeleteMemberInviteInvoker struct {
	*invoker.BaseInvoker
}

func (*DeleteMemberInviteInvoker) Invoke added in v0.0.90

type DownloadBlockchainCertInvoker added in v0.0.90

type DownloadBlockchainCertInvoker struct {
	*invoker.BaseInvoker
}

func (*DownloadBlockchainCertInvoker) Invoke added in v0.0.90

type DownloadBlockchainSdkConfigInvoker added in v0.0.90

type DownloadBlockchainSdkConfigInvoker struct {
	*invoker.BaseInvoker
}

func (*DownloadBlockchainSdkConfigInvoker) Invoke added in v0.0.90

type FreezeCertInvoker added in v0.0.90

type FreezeCertInvoker struct {
	*invoker.BaseInvoker
}

func (*FreezeCertInvoker) Invoke added in v0.0.90

type HandleNotificationInvoker added in v0.0.90

type HandleNotificationInvoker struct {
	*invoker.BaseInvoker
}

func (*HandleNotificationInvoker) Invoke added in v0.0.90

type HandleUnionMemberQuitListInvoker added in v0.0.90

type HandleUnionMemberQuitListInvoker struct {
	*invoker.BaseInvoker
}

func (*HandleUnionMemberQuitListInvoker) Invoke added in v0.0.90

type ListBcsMetricInvoker added in v0.0.90

type ListBcsMetricInvoker struct {
	*invoker.BaseInvoker
}

func (*ListBcsMetricInvoker) Invoke added in v0.0.90

type ListBlockchainChannelsInvoker added in v0.0.90

type ListBlockchainChannelsInvoker struct {
	*invoker.BaseInvoker
}

func (*ListBlockchainChannelsInvoker) Invoke added in v0.0.90

type ListBlockchainsInvoker added in v0.0.90

type ListBlockchainsInvoker struct {
	*invoker.BaseInvoker
}

func (*ListBlockchainsInvoker) Invoke added in v0.0.90

type ListEntityMetricInvoker added in v0.0.90

type ListEntityMetricInvoker struct {
	*invoker.BaseInvoker
}

func (*ListEntityMetricInvoker) Invoke added in v0.0.90

type ListInstanceMetricInvoker added in v0.0.90

type ListInstanceMetricInvoker struct {
	*invoker.BaseInvoker
}

func (*ListInstanceMetricInvoker) Invoke added in v0.0.90

type ListMembersInvoker added in v0.0.90

type ListMembersInvoker struct {
	*invoker.BaseInvoker
}

func (*ListMembersInvoker) Invoke added in v0.0.90

type ListNotificationsInvoker added in v0.0.90

type ListNotificationsInvoker struct {
	*invoker.BaseInvoker
}

func (*ListNotificationsInvoker) Invoke added in v0.0.90

type ListOpRecordInvoker added in v0.0.90

type ListOpRecordInvoker struct {
	*invoker.BaseInvoker
}

func (*ListOpRecordInvoker) Invoke added in v0.0.90

type ListQuotasInvoker added in v0.0.90

type ListQuotasInvoker struct {
	*invoker.BaseInvoker
}

func (*ListQuotasInvoker) Invoke added in v0.0.90

type ShowBlockchainDetailInvoker added in v0.0.90

type ShowBlockchainDetailInvoker struct {
	*invoker.BaseInvoker
}

func (*ShowBlockchainDetailInvoker) Invoke added in v0.0.90

type ShowBlockchainFlavorsInvoker added in v0.0.90

type ShowBlockchainFlavorsInvoker struct {
	*invoker.BaseInvoker
}

func (*ShowBlockchainFlavorsInvoker) Invoke added in v0.0.90

type ShowBlockchainNodesInvoker added in v0.0.90

type ShowBlockchainNodesInvoker struct {
	*invoker.BaseInvoker
}

func (*ShowBlockchainNodesInvoker) Invoke added in v0.0.90

type ShowBlockchainStatusInvoker added in v0.0.90

type ShowBlockchainStatusInvoker struct {
	*invoker.BaseInvoker
}

func (*ShowBlockchainStatusInvoker) Invoke added in v0.0.90

type UnfreezeCertInvoker added in v0.0.90

type UnfreezeCertInvoker struct {
	*invoker.BaseInvoker
}

func (*UnfreezeCertInvoker) Invoke added in v0.0.90

type UpdateInstanceInvoker added in v0.0.90

type UpdateInstanceInvoker struct {
	*invoker.BaseInvoker
}

func (*UpdateInstanceInvoker) Invoke added in v0.0.90

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL