Versions in this module Expand all Collapse all v0 v0.1.4 Jul 11, 2023 Changes in this version + type AiInfo = pcmCore.AiInfo + type CloudInfo = pcmCore.CloudInfo + type HpcInfo = pcmCore.HpcInfo + type InfoListReq = pcmCore.InfoListReq + type InfoListResp = pcmCore.InfoListResp + type PcmCore interface + InfoList func(ctx context.Context, in *InfoListReq, opts ...grpc.CallOption) (*InfoListResp, error) + SyncInfo func(ctx context.Context, in *SyncInfoReq, opts ...grpc.CallOption) (*SyncInfoResp, error) + func NewPcmCore(cli zrpc.Client) PcmCore + type SyncInfoReq = pcmCore.SyncInfoReq + type SyncInfoResp = pcmCore.SyncInfoResp