Versions in this module Expand all Collapse all v0 v0.1.0 Feb 13, 2024 Changes in this version + type Config struct + Token string + func LoadConfigFromEnvironment() (Config, error) + func (cfg Config) Connect() (*nats.Conn, error) + func (cfg Config) SendCommand(subject, data string) error + func (cfg Config) SendEvent(subject, data string) error