Versions in this module Expand all Collapse all v0 v0.0.2 Jun 10, 2024 v0.0.1 Jun 10, 2024 Changes in this version + type Config struct + Enabled bool + PollingInterval time.Duration + type Interface interface + CheckUserFlags func(flagKey, userKey, userType string, value map[string]interface{}) (bool, error) + GetAllUserFlags func(userKey, userType string, value map[string]interface{}) ([]byte, error) + Refresh func() + func Init(cfg Config, log logger.Interface, ret retriever.Retriever) Interface