Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type InfoListReq ¶
type InfoListReq = pcmCore.InfoListReq
type InfoListResp ¶
type InfoListResp = pcmCore.InfoListResp
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) }
type SyncInfoReq ¶
type SyncInfoReq = pcmCore.SyncInfoReq
type SyncInfoResp ¶
type SyncInfoResp = pcmCore.SyncInfoResp
Click to show internal directories.
Click to hide internal directories.