v2

package
v0.0.4 Latest Latest
Warning

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

Go to latest
Published: Aug 15, 2023 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

func GenReqDefForBatchRemoveOrgsFromChannel() *def.HttpRequestDef

func GenReqDefForBatchRemovePeersFromChannel

func GenReqDefForBatchRemovePeersFromChannel() *def.HttpRequestDef

func GenReqDefForCreateBlockchainCertByUserName

func GenReqDefForCreateBlockchainCertByUserName() *def.HttpRequestDef

func GenReqDefForCreateNewBlockchain

func GenReqDefForCreateNewBlockchain() *def.HttpRequestDef

func GenReqDefForDeleteBlockchain

func GenReqDefForDeleteBlockchain() *def.HttpRequestDef

func GenReqDefForDeleteChannel

func GenReqDefForDeleteChannel() *def.HttpRequestDef

func GenReqDefForDeleteMemberInvite

func GenReqDefForDeleteMemberInvite() *def.HttpRequestDef

func GenReqDefForDownloadBlockchainCert

func GenReqDefForDownloadBlockchainCert() *def.HttpRequestDef

func GenReqDefForDownloadBlockchainSdkConfig

func GenReqDefForDownloadBlockchainSdkConfig() *def.HttpRequestDef

func GenReqDefForFreezeCert

func GenReqDefForFreezeCert() *def.HttpRequestDef

func GenReqDefForHandleNotification

func GenReqDefForHandleNotification() *def.HttpRequestDef

func GenReqDefForHandleUnionMemberQuitList

func GenReqDefForHandleUnionMemberQuitList() *def.HttpRequestDef

func GenReqDefForListBcsEvents

func GenReqDefForListBcsEvents() *def.HttpRequestDef

func GenReqDefForListBcsEventsStatistic

func GenReqDefForListBcsEventsStatistic() *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

func GenReqDefForShowBlockchainFlavors() *def.HttpRequestDef

func GenReqDefForShowBlockchainNodes

func GenReqDefForShowBlockchainNodes() *def.HttpRequestDef

func GenReqDefForShowBlockchainStatus

func GenReqDefForShowBlockchainStatus() *def.HttpRequestDef

func GenReqDefForUnfreezeCert

func GenReqDefForUnfreezeCert() *def.HttpRequestDef

func GenReqDefForUpdateInstance

func GenReqDefForUpdateInstance() *def.HttpRequestDef

Types

type BatchAddPeersToChannelInvoker

type BatchAddPeersToChannelInvoker struct {
	*invoker.BaseInvoker
}

func (*BatchAddPeersToChannelInvoker) Invoke

type BatchCreateChannelsInvoker

type BatchCreateChannelsInvoker struct {
	*invoker.BaseInvoker
}

func (*BatchCreateChannelsInvoker) Invoke

type BatchInviteMembersToChannelInvoker

type BatchInviteMembersToChannelInvoker struct {
	*invoker.BaseInvoker
}

func (*BatchInviteMembersToChannelInvoker) Invoke

type BatchRemoveOrgsFromChannelInvoker

type BatchRemoveOrgsFromChannelInvoker struct {
	*invoker.BaseInvoker
}

func (*BatchRemoveOrgsFromChannelInvoker) Invoke

type BatchRemovePeersFromChannelInvoker

type BatchRemovePeersFromChannelInvoker struct {
	*invoker.BaseInvoker
}

func (*BatchRemovePeersFromChannelInvoker) Invoke

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

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

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

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

BatchInviteMembersToChannelInvoker 邀请联盟成员

func (*BcsClient) BatchRemoveOrgsFromChannel

BatchRemoveOrgsFromChannel BCS组织退出某通道

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

Please refer to HUAWEI cloud API Explorer for details.

func (*BcsClient) BatchRemoveOrgsFromChannelInvoker

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

BatchRemoveOrgsFromChannelInvoker BCS组织退出某通道

func (*BcsClient) BatchRemovePeersFromChannel

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

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

Please refer to HUAWEI cloud API Explorer for details.

func (*BcsClient) BatchRemovePeersFromChannelInvoker

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

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

func (*BcsClient) CreateBlockchainCertByUserName

CreateBlockchainCertByUserName 生成用户证书

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

Please refer to HUAWEI cloud API Explorer for details.

func (*BcsClient) CreateBlockchainCertByUserNameInvoker

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

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

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

DeleteBlockchainInvoker 删除服务实例

func (*BcsClient) DeleteChannel

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

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

DeleteChannelInvoker BCS删除某个通道

func (*BcsClient) DeleteMemberInvite

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

DeleteMemberInvite 删除邀请成员信息

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

Please refer to HUAWEI cloud API Explorer for details.

func (*BcsClient) DeleteMemberInviteInvoker

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

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

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

DownloadBlockchainSdkConfigInvoker 下载SDK配置

func (*BcsClient) FreezeCert

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

FreezeCert 冻结用户证书

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

Please refer to HUAWEI cloud API Explorer for details.

func (*BcsClient) FreezeCertInvoker

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

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

HandleNotificationInvoker 处理联盟邀请

func (*BcsClient) HandleUnionMemberQuitList

HandleUnionMemberQuitList 被邀请方退出指定联盟

被邀请方退出联盟

Please refer to HUAWEI cloud API Explorer for details.

func (*BcsClient) HandleUnionMemberQuitListInvoker

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

HandleUnionMemberQuitListInvoker 被邀请方退出指定联盟

func (*BcsClient) ListBcsEvents

func (c *BcsClient) ListBcsEvents(request *model.ListBcsEventsRequest) (*model.ListBcsEventsResponse, error)

ListBcsEvents 查询服务实例告警信息

该接口用于查询BCS服务的事件、告警数据,可以指定查询时的过滤条件。

Please refer to HUAWEI cloud API Explorer for details.

func (*BcsClient) ListBcsEventsInvoker

func (c *BcsClient) ListBcsEventsInvoker(request *model.ListBcsEventsRequest) *ListBcsEventsInvoker

ListBcsEventsInvoker 查询服务实例告警信息

func (*BcsClient) ListBcsEventsStatistic

ListBcsEventsStatistic 查询服务实例告警统计接口

该接口用于查询BCS服务的分段事件、告警统计数据,可以指定查询时的过滤条件。

Please refer to HUAWEI cloud API Explorer for details.

func (*BcsClient) ListBcsEventsStatisticInvoker

func (c *BcsClient) ListBcsEventsStatisticInvoker(request *model.ListBcsEventsStatisticRequest) *ListBcsEventsStatisticInvoker

ListBcsEventsStatisticInvoker 查询服务实例告警统计接口

func (*BcsClient) ListBcsMetric

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

ListBcsMetric 查询服务实例监控数据

该接口用于查询BCS服务的监控数据,可以指定相应的指标名称。

Please refer to HUAWEI cloud API Explorer for details.

func (*BcsClient) ListBcsMetricInvoker

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

ListBcsMetricInvoker 查询服务实例监控数据

func (*BcsClient) ListBlockchainChannels

ListBlockchainChannels 查询通道信息

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

Please refer to HUAWEI cloud API Explorer for details.

func (*BcsClient) ListBlockchainChannelsInvoker

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

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

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

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

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

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

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

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

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

ShowBlockchainDetailInvoker 查询实例信息

func (*BcsClient) ShowBlockchainFlavors

ShowBlockchainFlavors 查询规格

查询服务联盟链规格信息

Please refer to HUAWEI cloud API Explorer for details.

func (*BcsClient) ShowBlockchainFlavorsInvoker

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

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

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

ShowBlockchainStatusInvoker 查询创建状态

func (*BcsClient) UnfreezeCert

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

UnfreezeCert 解冻用户证书

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

Please refer to HUAWEI cloud API Explorer for details.

func (*BcsClient) UnfreezeCertInvoker

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

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

UpdateInstanceInvoker 修改服务实例

type CreateBlockchainCertByUserNameInvoker

type CreateBlockchainCertByUserNameInvoker struct {
	*invoker.BaseInvoker
}

func (*CreateBlockchainCertByUserNameInvoker) Invoke

type CreateNewBlockchainInvoker

type CreateNewBlockchainInvoker struct {
	*invoker.BaseInvoker
}

func (*CreateNewBlockchainInvoker) Invoke

type DeleteBlockchainInvoker

type DeleteBlockchainInvoker struct {
	*invoker.BaseInvoker
}

func (*DeleteBlockchainInvoker) Invoke

type DeleteChannelInvoker

type DeleteChannelInvoker struct {
	*invoker.BaseInvoker
}

func (*DeleteChannelInvoker) Invoke

type DeleteMemberInviteInvoker

type DeleteMemberInviteInvoker struct {
	*invoker.BaseInvoker
}

func (*DeleteMemberInviteInvoker) Invoke

type DownloadBlockchainCertInvoker

type DownloadBlockchainCertInvoker struct {
	*invoker.BaseInvoker
}

func (*DownloadBlockchainCertInvoker) Invoke

type DownloadBlockchainSdkConfigInvoker

type DownloadBlockchainSdkConfigInvoker struct {
	*invoker.BaseInvoker
}

func (*DownloadBlockchainSdkConfigInvoker) Invoke

type FreezeCertInvoker

type FreezeCertInvoker struct {
	*invoker.BaseInvoker
}

func (*FreezeCertInvoker) Invoke

type HandleNotificationInvoker

type HandleNotificationInvoker struct {
	*invoker.BaseInvoker
}

func (*HandleNotificationInvoker) Invoke

type HandleUnionMemberQuitListInvoker

type HandleUnionMemberQuitListInvoker struct {
	*invoker.BaseInvoker
}

func (*HandleUnionMemberQuitListInvoker) Invoke

type ListBcsEventsInvoker

type ListBcsEventsInvoker struct {
	*invoker.BaseInvoker
}

func (*ListBcsEventsInvoker) Invoke

type ListBcsEventsStatisticInvoker

type ListBcsEventsStatisticInvoker struct {
	*invoker.BaseInvoker
}

func (*ListBcsEventsStatisticInvoker) Invoke

type ListBcsMetricInvoker

type ListBcsMetricInvoker struct {
	*invoker.BaseInvoker
}

func (*ListBcsMetricInvoker) Invoke

type ListBlockchainChannelsInvoker

type ListBlockchainChannelsInvoker struct {
	*invoker.BaseInvoker
}

func (*ListBlockchainChannelsInvoker) Invoke

type ListBlockchainsInvoker

type ListBlockchainsInvoker struct {
	*invoker.BaseInvoker
}

func (*ListBlockchainsInvoker) Invoke

type ListEntityMetricInvoker

type ListEntityMetricInvoker struct {
	*invoker.BaseInvoker
}

func (*ListEntityMetricInvoker) Invoke

type ListInstanceMetricInvoker

type ListInstanceMetricInvoker struct {
	*invoker.BaseInvoker
}

func (*ListInstanceMetricInvoker) Invoke

type ListMembersInvoker

type ListMembersInvoker struct {
	*invoker.BaseInvoker
}

func (*ListMembersInvoker) Invoke

type ListNotificationsInvoker

type ListNotificationsInvoker struct {
	*invoker.BaseInvoker
}

func (*ListNotificationsInvoker) Invoke

type ListOpRecordInvoker

type ListOpRecordInvoker struct {
	*invoker.BaseInvoker
}

func (*ListOpRecordInvoker) Invoke

type ListQuotasInvoker

type ListQuotasInvoker struct {
	*invoker.BaseInvoker
}

func (*ListQuotasInvoker) Invoke

type ShowBlockchainDetailInvoker

type ShowBlockchainDetailInvoker struct {
	*invoker.BaseInvoker
}

func (*ShowBlockchainDetailInvoker) Invoke

type ShowBlockchainFlavorsInvoker

type ShowBlockchainFlavorsInvoker struct {
	*invoker.BaseInvoker
}

func (*ShowBlockchainFlavorsInvoker) Invoke

type ShowBlockchainNodesInvoker

type ShowBlockchainNodesInvoker struct {
	*invoker.BaseInvoker
}

func (*ShowBlockchainNodesInvoker) Invoke

type ShowBlockchainStatusInvoker

type ShowBlockchainStatusInvoker struct {
	*invoker.BaseInvoker
}

func (*ShowBlockchainStatusInvoker) Invoke

type UnfreezeCertInvoker

type UnfreezeCertInvoker struct {
	*invoker.BaseInvoker
}

func (*UnfreezeCertInvoker) Invoke

type UpdateInstanceInvoker

type UpdateInstanceInvoker struct {
	*invoker.BaseInvoker
}

func (*UpdateInstanceInvoker) Invoke

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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