(ctx context.Context, key, value string)
| 62 | Get(ctx context.Context, key string) (*Setting, error) |
| 63 | GetValue(ctx context.Context, key string) (string, error) |
| 64 | Set(ctx context.Context, key, value string) error |
| 65 | GetMultiple(ctx context.Context, keys []string) (map[string]string, error) |
| 66 | SetMultiple(ctx context.Context, settings map[string]string) error |
| 67 | GetAll(ctx context.Context) (map[string]string, error) |
no outgoing calls