Versions in this module Expand all Collapse all v1 v1.0.2 Jul 7, 2024 v1.0.1 Jul 7, 2024 Changes in this version + func NewCallWrapper(opts ...Option) client.CallWrapper + func NewClientWrapper(opts ...Option) client.Wrapper + func NewHandlerWrapper(opts ...Option) server.HandlerWrapper + type Option func(o *Options) + func WithClient(x *xray.XRay) Option + func WithDaemon(addr string) Option + func WithName(name string) Option + type Options struct + Client *xray.XRay + Daemon string + Name string