Set sets a setting value to DB.
(ctx context.Context, settings map[string]string)
| 23 | Get(ctx context.Context, name string) (string, error) |
| 24 | // Set sets a setting value to DB. |
| 25 | Set(ctx context.Context, settings map[string]string) error |
| 26 | // Gets gets multiple setting values from DB, returns error if any setting cannot be found. |
| 27 | Gets(ctx context.Context, names []string) (map[string]string, error) |
| 28 | } |
no outgoing calls
no test coverage detected