Get gets a setting value from DB, returns error if setting cannot be found.
(ctx context.Context, name string)
| 21 | TxOperator |
| 22 | // Get gets a setting value from DB, returns error if setting cannot be found. |
| 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. |
no outgoing calls
no test coverage detected