Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type NATSConfig ¶
type NATSConfig struct { Servers string `toml:"servers"` DontRandomizeServers bool `toml:"dont_randomize_servers"` MaxReconnectAttempts int `toml:"max_reconnect_attempts"` }
func NewNATSConfig ¶
func NewNATSConfig() NATSConfig
func (NATSConfig) ToToml ¶ added in v1.5.4
func (c NATSConfig) ToToml() string
Click to show internal directories.
Click to hide internal directories.