Versions in this module Expand all Collapse all v3 v3.13.1 Sep 21, 2022 Changes in this version + var DefaultMaxRecvMsgSize = 1024 * 1024 * 32 + var DefaultMaxSendMsgSize = 1024 * 1024 * 32 + func AuthTLS(t *tls.Config) server.Option + func Codec(contentType string, c encoding.Codec) server.Option + func GRPCWebOptions(opts ...grpcweb.Option) server.Option + func GRPCWebPort(addr string) server.Option + func Listener(l net.Listener) server.Option + func MaxConn(n int) server.Option + func MaxMsgSize(s int) server.Option + func MaxRecvMsgSize(s int) server.Option + func MaxSendMsgSize(s int) server.Option + func NewServer(opts ...server.Option) server.Server + func Options(opts ...grpc.ServerOption) server.Option + func ServiceFromMethod(m string) string + func ServiceMethod(m string) (string, string, error)