Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ELeListRsp ¶
type ELeListRsp = pair.ELeListRsp
type EleListReq ¶
type EleListReq = pair.EleListReq
type ElePairReq ¶
type ElePairReq = pair.ElePairReq
type EleSaveReq ¶
type EleSaveReq = pair.EleSaveReq
type EleViewReq ¶
type EleViewReq = pair.EleViewReq
type EleViewRsp ¶
type EleViewRsp = pair.EleViewRsp
type Pair ¶ added in v1.0.2
type Pair interface { ElementSave(ctx context.Context, in *EleSaveReq, opts ...grpc.CallOption) (*Response, error) ElementView(ctx context.Context, in *EleViewReq, opts ...grpc.CallOption) (*EleViewRsp, error) ElementList(ctx context.Context, in *EleListReq, opts ...grpc.CallOption) (*ELeListRsp, error) ElementPair(ctx context.Context, in *ElePairReq, opts ...grpc.CallOption) (*ELeListRsp, error) }
type UserElement ¶
type UserElement = pair.UserElement
Click to show internal directories.
Click to hide internal directories.