Versions in this module Expand all Collapse all v3 v3.13.1 Sep 21, 2022 Changes in this version + func NewStream(opts ...Option) (events.Stream, error) + type Option func(o *Options) + func Address(addr string) Option + func Password(password string) Option + func TLSConfig(tlsConfig *tls.Config) Option + func User(user string) Option + type Options struct + Address string + Password string + TLSConfig *tls.Config + User string