package
6.9.1
Repository: https://github.com/launchdarkly/ld-relay.git
Documentation: pkg.go.dev

# Functions

DefaultBigSegmentStoreFactory implements our standard logic for optionally creating a BigSegmentStore.
DefaultBigSegmentSynchronizerFactory creates the default implementation of BigSegmentSynchronizer.
NewNullBigSegmentStore returns a no-op stub implementation.

# Structs

UpdatesSummary describes a batch of updates that the synchronizer has applied.

# Interfaces

BigSegmentStore is the interface for interacting with an external big segment store.
BigSegmentSynchronizer synchronizes big segment state for a given environment.

# Type aliases

BigSegmentStoreFactory creates an implementation of BigSegmentStore, if the configuration implies that we should have one; if not, it returns nil.
BigSegmentSynchronizerFactory creates an implementation of BigSegmentSynchronizer.