Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type EventOptions ¶ added in v2.24.0
type EventOptions struct { Endpoint string `mapstructure:"natsaddress"` Cluster string `mapstructure:"natsclusterid"` TLSInsecure bool `mapstructure:"tlsinsecure"` TLSRootCACertificate string `mapstructure:"tlsrootcacertificate"` EnableTLS bool `mapstructure:"enabletls"` AuthUsername string `mapstructure:"authusername"` AuthPassword string `mapstructure:"authpassword"` }
EventOptions are the configurable options for events
Click to show internal directories.
Click to hide internal directories.