Documentation
¶
Index ¶
- type AiInfo
- type CloudInfo
- type HealthCheckResp
- type HpcInfo
- type InfoListReq
- type InfoListResp
- type NodeAvailInfo
- type NodePhyInfo
- type ParticipantAvailReq
- type ParticipantHeartbeatReq
- type ParticipantLabel
- type ParticipantPhyReq
- type ParticipantPhyResp
- type ParticipantResp
- type ParticipantTenant
- type PcmCore
- type SyncInfoReq
- type SyncInfoResp
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type HealthCheckResp ¶
type HealthCheckResp = pcmCore.HealthCheckResp
type InfoListReq ¶
type InfoListReq = pcmCore.InfoListReq
type InfoListResp ¶
type InfoListResp = pcmCore.InfoListResp
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 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 SyncInfoReq ¶
type SyncInfoReq = pcmCore.SyncInfoReq
type SyncInfoResp ¶
type SyncInfoResp = pcmCore.SyncInfoResp
Click to show internal directories.
Click to hide internal directories.