(dbType string)
| 21 | WithParentID(websiteID uint) DBOption |
| 22 | WithType(websiteType string) DBOption |
| 23 | WithDBType(dbType string) DBOption |
| 24 | WithDBID(dbID uint) DBOption |
| 25 | |
| 26 | Page(page, size int, opts ...DBOption) (int64, []model.Website, error) |
no outgoing calls
no test coverage detected