Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type SyncParams ¶
type Synchronizer ¶
type Synchronizer struct { SyncParams // contains filtered or unexported fields }
func NewSynchronizer ¶
func NewSynchronizer(params SyncParams) (*Synchronizer, error)
func (*Synchronizer) Close ¶
func (f *Synchronizer) Close()
func (*Synchronizer) EnsureReady ¶
func (f *Synchronizer) EnsureReady() error
EnsureReady blocks until the synchronizer is ready to update feature flag values
func (*Synchronizer) UpdateFeatureFlagValues ¶
func (f *Synchronizer) UpdateFeatureFlagValues(base model.FeatureFlags) model.FeatureFlags
Click to show internal directories.
Click to hide internal directories.