(req request.AppInstalledInfo)
| 41 | type IAppInstallService interface { |
| 42 | Page(req request.AppInstalledSearch) (int64, []response.AppInstallDTO, error) |
| 43 | CheckExist(req request.AppInstalledInfo) (*response.AppInstalledCheck, error) |
| 44 | LoadPort(req dto.OperationWithNameAndType) (int64, error) |
| 45 | LoadConnInfo(req dto.OperationWithNameAndType) (response.DatabaseConn, error) |
| 46 | SearchForWebsite(req request.AppInstalledSearch) ([]response.AppInstallDTO, error) |
no outgoing calls
no test coverage detected