pair

package
v1.0.4 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 26, 2022 License: GPL-3.0 Imports: 4 Imported by: 0

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 Element

type Element = pair.Element

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)
}

func NewPair added in v1.0.2

func NewPair(cli zrpc.Client) Pair

type Response

type Response = pair.Response

type UserElement

type UserElement = pair.UserElement

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL