caller

package
v0.1.1 Latest Latest
Warning

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

Go to latest
Published: Feb 20, 2020 License: MIT Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func RegisterEchoAPIServer

func RegisterEchoAPIServer(s *qrpc.Server, srv EchoAPIServer)

Types

type EchoAPIClient

type EchoAPIClient interface {
	Echo(ctx context.Context, in *_pb.EchoRequest) (string, error)
}

EchoAPIClient is the client API for EchoAPI service.

func NewEchoAPIClient

func NewEchoAPIClient(cc *qrpc.ClientConn) EchoAPIClient

type EchoAPIServer

type EchoAPIServer interface {
	Echo(ctx context.Context, reqID string, out *_pb.EchoResponse) error
}

EchoAPIServer is the server API for EchoAPI service.

Jump to

Keyboard shortcuts

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