# Functions
DefaultConfig -.
GetCacheDirPath - Returns the path of the cache directory.
GetDataDirPath - Returns the path of the data directory.
GetMaxRetries - Returns the max retries configured for transport.
GetReportsDirPath - Returns the path of the reports directory.
IsHTTPTransport - Returns true if the protocol is set to http/https.
NewHTTPClient instantiate a client.
SetDataDirPath - Sets the path of the data directory.
SetOutputEventProcessor -.
ShouldIgnoreEvent - check to see if the uri exists in exception list.
# Constants
FlowHeader - the header key for the flow value.
No description provided by the author
TransactionFlow - the transaction flow used for events.
# Variables
Config errors.
Config errors.
Config errors.
Config errors.
GetClient - returns a random client from the clients array.
# Structs
Backoff -.
Client - struct.
Config -.
Connection struct.
Config -.
HTTPClient struct.
HTTPClientSettings struct.
ProxyConfig holds the configuration information required to proxy connections through a SOCKS5 proxy server.
# Interfaces
OutputEventProcessor - P.