package
6.1.0
Repository: https://github.com/splitio/go-split-commons.git
Documentation: pkg.go.dev

# Functions

GetDefaultAdvancedConfig returns default conf.

# Constants

ImpressionsModeDebug will send all the impressions generated.
ImpressionsModeNone will send only the unique keys tracked.
ImpressionsModeOptimized will avoid sending duplicated events.
ProducerSync mode.
Standalone mode.

# Structs

AdvancedConfig exposes more configurable parameters that can be used to further tailor the sdk to the user's needs - HTTPTimeout - Timeout for HTTP requests when doing synchronization - SegmentQueueSize - How many segments can be queued for updating (should be >= # segments the user has) - SegmentWorkers - How many workers will be used when performing segments sync.
No description provided by the author
RedisConfig struct is used to cofigure the redis parameters.
TaskPeriods struct is used to configure the period for each synchronization task.