Versions in this module Expand all Collapse all v0 v0.0.1 Aug 7, 2025 Changes in this version + type Conf struct + Hosts []string + MaxReconnect int + NkeyFile string + ReconnectWait int + TlsCACert string + TlsClientCert string + TlsClientKey string + UserCred string + UserJwt string + func (c Conf) NewConnect() (*nats.Conn, error) + func (c Conf) NewJetStream() (jetstream.JetStream, error)