Versions in this module Expand all Collapse all v1 v1.1.1 Sep 21, 2025 v1.1.0 Sep 21, 2025 Changes in this version + type PostgresStore struct + func NewStore(config *config.PostgresConfig) (*PostgresStore, error) + func (p *PostgresStore) Close() error + func (p *PostgresStore) Delete(ctx context.Context, key string) error + func (p *PostgresStore) Get(ctx context.Context, key string) (*core.FeatureFlag, error) + func (p *PostgresStore) GetAll(ctx context.Context) ([]core.FeatureFlag, error) + func (p *PostgresStore) HealthCheck(ctx context.Context) error + func (p *PostgresStore) Set(ctx context.Context, flag core.FeatureFlag) error