(ctx context.Context, cfg Config)
| 18 | Validate(ctx context.Context, cfg Config) error |
| 19 | ValidateStored(ctx context.Context, key string) error |
| 20 | Add(ctx context.Context, cfg Config) error |
| 21 | Update(ctx context.Context, key string, cfg Config) error |
| 22 | Remove(key string) error |
| 23 | } |
no outgoing calls