Versions in this module Expand all Collapse all v0 v0.0.2 Aug 3, 2022 v0.0.1 Aug 2, 2022 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 WithMaxRecvSize(size int64) Option + func WithNamespace(s string) Option + func WithRouter(r router.Router) Option + type Options struct + Client client.Client + MaxRecvSize int64 + Namespace string + Router router.Router + func NewOptions(opts ...Option) Options