(opts ...DBOption)
| 22 | |
| 23 | GetDescription(opts ...DBOption) (model.CommonDescription, error) |
| 24 | GetDescriptionList(opts ...DBOption) ([]model.CommonDescription, error) |
| 25 | CreateDescription(data *model.CommonDescription) error |
| 26 | UpdateDescription(id string, val map[string]interface{}) error |
| 27 | DelDescription(id string) error |
no outgoing calls
no test coverage detected