Documentation ¶
Overview ¶
Package grpc provides grpc server logic
Package grpc provides grpc server logic
Index ¶
- func New(opts ...Option) vald.ValdServer
- type Option
- func WithBackup(b service.Backup) Option
- func WithErrGroup(eg errgroup.Group) Option
- func WithFilters(filter service.Filter) Option
- func WithGateway(g service.Gateway) Option
- func WithMeta(m service.Meta) 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 ¶
func New ¶
func New(opts ...Option) vald.ValdServer
Types ¶
type Option ¶
type Option func(*server)
func WithBackup ¶
func WithErrGroup ¶
func WithFilters ¶
func WithGateway ¶
func WithReplicationCount ¶
func WithStreamConcurrency ¶
func WithTimeout ¶
Click to show internal directories.
Click to hide internal directories.