(key string)
| 14 | GetList(opts ...DBOption) ([]model.Setting, error) |
| 15 | Get(opts ...DBOption) (model.Setting, error) |
| 16 | GetValueByKey(key string) (string, error) |
| 17 | Create(key, value string) error |
| 18 | Update(key, value string) error |
| 19 | WithByKey(key string) DBOption |
no outgoing calls
no test coverage detected