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

Method CheckExist

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

Source from the content-addressed store, hash-verified

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)
46 SearchForWebsite(req request.AppInstalledSearch) ([]response.AppInstallDTO, error)

Callers 10

StatusMethod · 0.65
NewFail2BanFunction · 0.65
StatusMethod · 0.65
CheckWithStopAllFunction · 0.65
LoadBaseInfoMethod · 0.65
loadSSHSocketNamesFunction · 0.65
loadServiceNameFunction · 0.65
GetToolStatusMethod · 0.65
OperateDockerMethod · 0.65
CheckAppInstalledMethod · 0.65

Implementers 1

AppInstallServiceagent/app/service/app_install.go

Calls

no outgoing calls

Tested by

no test coverage detected