Documentation
¶
Overview ¶
Package grpc provides grpc server logic
Package grpc provides grpc server logic
Index ¶
- func New(opts ...Option) vald.Server
- type DistPayload
- type Option
- func WithErrGroup(eg errgroup.Group) Option
- func WithGateway(g service.Gateway) Option
- func WithIP(ip string) Option
- func WithMultiConcurrency(c int) Option
- func WithName(name string) Option
- func WithReplicationCount(rep int) Option
- func WithStreamConcurrency(c int) Option
- func WithTimeout(dur string) Option
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type DistPayload ¶ added in v1.2.4
type DistPayload struct {
// contains filtered or unexported fields
}
type Option ¶
type Option func(*server)
func WithErrGroup ¶
func WithGateway ¶
func WithMultiConcurrency ¶ added in v1.7.2
func WithReplicationCount ¶
func WithStreamConcurrency ¶
func WithTimeout ¶
Click to show internal directories.
Click to hide internal directories.