Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Controller ¶
type Controller struct { GatewayURL string RabbitConnectionURL string RabbitSanitizedURL string ExchangeName string Topics []string TopicRefreshTime time.Duration BasicAuth *auth.BasicAuthCredentials InsecureSkipVerify bool }
Controller is the config needed for the connector
func NewConfig ¶
func NewConfig() (*Controller, error)
NewConfig reads the connector config from environment variables and further validates them, in some cases it will leverage default values.
Click to show internal directories.
Click to hide internal directories.