grpc

package
v1.0.3 Latest Latest
Warning

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

Go to latest
Published: Feb 14, 2024 License: Apache-2.0 Imports: 11 Imported by: 1

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Connect

func Connect(url string, opts ConnectOpts) (*grpc.ClientConn, error)

func ConnectSecure

func ConnectSecure(url string) (*grpc.ClientConn, error)

Types

type ConnectOpts

type ConnectOpts struct {
	SecureConnect bool
	Timeout       time.Duration
}

type GrpcServer

type GrpcServer struct {
	GrpcServer *grpc.Server
	// contains filtered or unexported fields
}

func NewGrpcServer

func NewGrpcServer(opts ...GrpcServerOpts) *GrpcServer

func (*GrpcServer) Listen

func (g *GrpcServer) Listen(addr string) error

func (*GrpcServer) Stop

func (g *GrpcServer) Stop()

type GrpcServerOpts

type GrpcServerOpts struct {
	Logger logging.Logger
}

Jump to

Keyboard shortcuts

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