GetRulesConfigs gets all of the configs that have been added or have changed since the provided config.
(ctx context.Context, since userconfig.ID)
| 46 | // GetRulesConfigs gets all of the configs that have been added or have |
| 47 | // changed since the provided config. |
| 48 | GetRulesConfigs(ctx context.Context, since userconfig.ID) (map[string]userconfig.VersionedRulesConfig, error) |
| 49 | |
| 50 | GetConfig(ctx context.Context, userID string) (userconfig.View, error) |
| 51 | SetConfig(ctx context.Context, userID string, cfg userconfig.Config) error |