Versions in this module Expand all Collapse all v4 v4.9.0 Jul 31, 2024 Changes in this version + var DefaultMaxRecvSize int64 = 1024 * 1024 * 100 + type Handler interface + String func() string + type Option func(o *Options) + func WithClient(c client.Client) Option + func WithLogger(l logger.Logger) Option + func WithMaxRecvSize(size int64) Option + func WithNamespace(s string) Option + func WithRouter(r router.Router) Option + type Options struct + Client client.Client + Logger logger.Logger + MaxRecvSize int64 + Namespace string + Router router.Router + func NewOptions(opts ...Option) Options