Versions in this module Expand all Collapse all v1 v1.6.1 Jul 9, 2019 Changes in this version + func Broker() broker.Broker + func InitClient(opt ...func() client.Option) + func InitHTTPServer(opt ...func() server.Option) + func InitServer(opt ...func() server.Option) + func NewClient(new ...client.Option) client.Client + func NewHTTPServer(new ...server.Option) server.Server + func NewServer(new ...server.Option) server.Server + func Registry() registry.Registry + func Transport() transport.Transport + type Option func(*Options) + func WithBroker(b broker.Broker) Option + func WithCert(c string, k string) Option + func WithRegistry(r registry.Registry) Option + func WithTransport(t transport.Transport) Option + type Options struct + Broker broker.Broker + CertFile string + Client func(new ...client.Option) client.Client + KeyFile string + Registry registry.Registry + Selector selector.Selector + Server func(new ...server.Option) server.Server + Transport transport.Transport Incompatible versions in this module v2.0.6+incompatible Apr 23, 2020