Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/1Panel-dev/1Panel
/ NewIRecycleBinService
Function
NewIRecycleBinService
agent/app/service/recycle_bin.go:46–48 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
44
}
45
46
func
NewIRecycleBinService() IRecycleBinService {
47
return
&RecycleBinService{}
48
}
49
50
func
(r RecycleBinService) Page(search dto.PageInfo) (int64, []response.RecycleBinDTO, error) {
51
var
result []response.RecycleBinDTO
Callers
1
Delete
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected