client

package
v0.1.11 Latest Latest
Warning

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

Go to latest
Published: Oct 14, 2022 License: Apache-2.0 Imports: 12 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Close added in v0.1.11

func Close(client any)

Types

type ClientConn added in v0.1.5

type ClientConn struct {
	// contains filtered or unexported fields
}

func GetConn

func GetConn(serviceName string, multiplex bool) (*ClientConn, error)

func (*ClientConn) Close added in v0.1.5

func (cc *ClientConn) Close() error

func (*ClientConn) Connect added in v0.1.5

func (cc *ClientConn) Connect()

func (*ClientConn) GetMethodConfig added in v0.1.5

func (cc *ClientConn) GetMethodConfig(method string) grpc.MethodConfig

func (*ClientConn) GetState added in v0.1.5

func (cc *ClientConn) GetState() connectivity.State

func (*ClientConn) Invoke added in v0.1.5

func (cc *ClientConn) Invoke(ctx goContext.Context, method string, args, reply interface{}, opts ...grpc.CallOption) error

func (*ClientConn) NewStream added in v0.1.5

func (cc *ClientConn) NewStream(ctx goContext.Context, desc *grpc.StreamDesc, method string, opts ...grpc.CallOption) (grpc.ClientStream, error)

func (*ClientConn) ResetConnectBackoff added in v0.1.5

func (cc *ClientConn) ResetConnectBackoff()

func (*ClientConn) Target added in v0.1.5

func (cc *ClientConn) Target() string

func (*ClientConn) WaitForStateChange added in v0.1.5

func (cc *ClientConn) WaitForStateChange(ctx goContext.Context, sourceState connectivity.State) bool

type ClientGenerateFun added in v0.1.11

type ClientGenerateFun[t any] func(isMultiplex ...bool) t

func ClientAuto

func ClientAuto[t any](fun func(cc grpc.ClientConnInterface) t) ClientGenerateFun[t]

func NewClient

func NewClient[t any](serviceName string, fun func(cc grpc.ClientConnInterface) t) ClientGenerateFun[t]

Jump to

Keyboard shortcuts

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