Documentation ¶
Index ¶
- type AiInfo
- type ApplyInfo
- type ApplyListReq
- type ApplyListResp
- type ClientInfo
- type CloudInfo
- type HealthCheckResp
- type HpcInfo
- type InfoListReq
- type InfoListResp
- type ListParticipantAvailResp
- type ListParticipantPhyResp
- type ListTenantResp
- type NodeAvailInfo
- type NodePhyInfo
- type ParticipantAvailReq
- type ParticipantHeartbeatReq
- type ParticipantLabel
- type ParticipantPhyReq
- type ParticipantPhyResp
- type ParticipantResp
- type ParticipantServiceResp
- type ParticipantTenant
- type PcmCore
- type QueuePhyInfo
- type SyncInfoReq
- type SyncInfoResp
- type TenantInfo
- type TenantResp
- type VmInfo
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ApplyListReq ¶ added in v0.1.14
type ApplyListReq = pcmCore.ApplyListReq
type ApplyListResp ¶ added in v0.1.14
type ApplyListResp = pcmCore.ApplyListResp
type ClientInfo ¶ added in v0.1.8
type ClientInfo = pcmCore.ClientInfo
type HealthCheckResp ¶
type HealthCheckResp = pcmCore.HealthCheckResp
type InfoListReq ¶
type InfoListReq = pcmCore.InfoListReq
type InfoListResp ¶
type InfoListResp = pcmCore.InfoListResp
type ListParticipantAvailResp ¶ added in v0.1.8
type ListParticipantAvailResp = pcmCore.ListParticipantAvailResp
type ListParticipantPhyResp ¶ added in v0.1.8
type ListParticipantPhyResp = pcmCore.ListParticipantPhyResp
type ListTenantResp ¶ added in v0.1.8
type ListTenantResp = pcmCore.ListTenantResp
type NodeAvailInfo ¶
type NodeAvailInfo = pcmCore.NodeAvailInfo
type NodePhyInfo ¶
type NodePhyInfo = pcmCore.NodePhyInfo
type ParticipantAvailReq ¶
type ParticipantAvailReq = pcmCore.ParticipantAvailReq
type ParticipantHeartbeatReq ¶
type ParticipantHeartbeatReq = pcmCore.ParticipantHeartbeatReq
type ParticipantLabel ¶
type ParticipantLabel = pcmCore.ParticipantLabel
type ParticipantPhyReq ¶
type ParticipantPhyReq = pcmCore.ParticipantPhyReq
type ParticipantPhyResp ¶
type ParticipantPhyResp = pcmCore.ParticipantPhyResp
type ParticipantResp ¶
type ParticipantResp = pcmCore.ParticipantResp
type ParticipantServiceResp ¶ added in v0.1.8
type ParticipantServiceResp = pcmCore.ParticipantServiceResp
type ParticipantTenant ¶
type ParticipantTenant = pcmCore.ParticipantTenant
type PcmCore ¶
type PcmCore interface { // SyncInfo Synchronous data information SyncInfo(ctx context.Context, in *SyncInfoReq, opts ...grpc.CallOption) (*SyncInfoResp, error) // InfoList InfoList(ctx context.Context, in *InfoListReq, opts ...grpc.CallOption) (*InfoListResp, error) }
func NewPcmCore ¶
type QueuePhyInfo ¶ added in v0.1.8
type QueuePhyInfo = pcmCore.QueuePhyInfo
type SyncInfoReq ¶
type SyncInfoReq = pcmCore.SyncInfoReq
type SyncInfoResp ¶
type SyncInfoResp = pcmCore.SyncInfoResp
type TenantInfo ¶ added in v0.1.8
type TenantInfo = pcmCore.TenantInfo
type TenantResp ¶ added in v0.1.8
type TenantResp = pcmCore.TenantResp
Click to show internal directories.
Click to hide internal directories.