MCPcopy Index your code
hub / github.com/1Panel-dev/1Panel / Get

Method Get

agent/app/service/runtime.go:50–50  ·  view source on GitHub ↗
(id uint)

Source from the content-addressed store, hash-verified

48 Delete(delete request.RuntimeDelete) error
49 Update(req request.RuntimeUpdate) error
50 Get(id uint) (res *response.RuntimeDTO, err error)
51 GetNodePackageRunScript(req request.NodePackageReq) ([]response.PackageScripts, error)
52 OperateRuntime(req request.RuntimeOperate) error
53 GetNodeModules(req request.NodeModuleReq) ([]response.NodeModule, error)

Callers 15

GetLocalDirMethod · 0.65
CreateMethod · 0.65
DeleteMethod · 0.65
UpdateMethod · 0.65
RefreshTokenMethod · 0.65
CheckUsedMethod · 0.65
NewBackupClientWithIDFunction · 0.65
recoverWebsiteDatabaseFunction · 0.65
ChangeShowMethod · 0.65
downloadAppIconMethod · 0.65
CreateMethod · 0.65
BindUserMethod · 0.65

Implementers 1

RuntimeServiceagent/app/service/runtime.go

Calls

no outgoing calls

Tested by

no test coverage detected