Versions in this module Expand all Collapse all v1 v1.1.0 Nov 1, 2022 v1.0.0 Apr 16, 2022 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