(typeStr string)
| 15 | type IAppRepo interface { |
| 16 | WithKey(key string) DBOption |
| 17 | WithType(typeStr string) DBOption |
| 18 | OrderByRecommend() DBOption |
| 19 | GetRecommend() DBOption |
| 20 | WithResource(resource string) DBOption |
no outgoing calls
no test coverage detected