(key string)
| 22 | List(opts ...global.DBOption) ([]model.Setting, error) |
| 23 | Get(opts ...global.DBOption) (model.Setting, error) |
| 24 | GetValueByKey(key string) (string, error) |
| 25 | Create(key, value string) error |
| 26 | Update(key, value string) error |
| 27 | UpdateOrCreate(key, value string) error |
no outgoing calls
no test coverage detected