func HashForContextKey(key string) string
HashForContextKey computes the hash that we use in the Big Segment store. This function is exported for use in LDClient tests.
func NewBigSegmentStoreStatusProviderImpl( getStatusFn func() interfaces.BigSegmentStoreStatus, broadcaster *internal.Broadcaster[interfaces.BigSegmentStoreStatus], ) interfaces.BigSegmentStoreStatusProvider
NewBigSegmentStoreStatusProviderImpl creates the internal implementation of BigSegmentStoreStatusProvider. The manager parameter can be nil if there is no Big Segment store.