(appInstallId uint)
| 10 | |
| 11 | type IWebsiteRepo interface { |
| 12 | WithAppInstallId(appInstallId uint) DBOption |
| 13 | WithAppInstallIds(appInstallIds []uint) DBOption |
| 14 | WithDomain(domain string) DBOption |
| 15 | WithAlias(alias string) DBOption |
no outgoing calls
no test coverage detected