Documentation ¶ Index ¶ func New(store storage.Store, cacher cache.Cacher, logger *zap.Logger) storage.Store type Store func (s *Store) GetEvaluationRules(ctx context.Context, namespaceKey, flagKey string) ([]*storage.EvaluationRule, error) Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func New ¶ func New(store storage.Store, cacher cache.Cacher, logger *zap.Logger) storage.Store Types ¶ type Store ¶ type Store struct { storage.Store // contains filtered or unexported fields } func (*Store) GetEvaluationRules ¶ func (s *Store) GetEvaluationRules(ctx context.Context, namespaceKey, flagKey string) ([]*storage.EvaluationRule, error) Source Files ¶ View all Source files cache.go Click to show internal directories. Click to hide internal directories.