MCPcopy Create free account
hub / github.com/1Panel-dev/1Panel / Page

Method Page

agent/app/service/app_install.go:42–42  ·  view source on GitHub ↗
(req request.AppInstalledSearch)

Source from the content-addressed store, hash-verified

40
41type 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)

Callers 1

PageMethod · 0.65

Implementers 1

AppInstallServiceagent/app/service/app_install.go

Calls

no outgoing calls

Tested by

no test coverage detected