grpc

package
v1.7.0 Latest Latest
Warning

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

Go to latest
Published: Feb 4, 2024 License: MIT Imports: 43 Imported by: 2

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	// DefaultMaxMsgSize define maximum message size that server can send
	// or receive. Default value is 100MB.
	DefaultMaxMsgSize  = 1024 * 1024 * 100
	DefaultContentType = "application/grpc"
)

Functions

func AuthTLS

func AuthTLS(t *tls.Config) server.Option

AuthTLS should be used to setup a secure authentication using TLS

func Codec

func Codec(contentType string, c encoding.Codec) server.Option

Codec gRPC Codec to be used to encode/decode requests for a given content type

func HttpHandler added in v1.4.12

func HttpHandler(hh http.Handler) server.Option

HttpHandler specifies http and grpc service

func Listener

func Listener(l net.Listener) server.Option

Listener specifies the net.Listener to use instead of the default

func MaxConn

func MaxConn(n int) server.Option

MaxConn specifies maximum number of max simultaneous connections to server

func MaxMsgSize

func MaxMsgSize(s int) server.Option

MaxMsgSize set the maximum message in bytes the server can receive and send. Default maximum message size is 4 MB

func NewServer

func NewServer(opts ...server.Option) server.Server

func Options

func Options(opts ...grpc.ServerOption) server.Option

Options to be used to configure gRPC options

func WrapGRPCServer added in v1.7.0

func WrapGRPCServer(fn ServerWrapFn) server.Option

WrapGRPCServer wraps grpc.Server, we can register custom grpc service by this way.

Types

type ServerWrapFn added in v1.7.0

type ServerWrapFn func(s *grpc.Server) error

Jump to

Keyboard shortcuts

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