MCPcopy 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
46func NewIRecycleBinService() IRecycleBinService {
47 return &RecycleBinService{}
48}
49
50func (r RecycleBinService) Page(search dto.PageInfo) (int64, []response.RecycleBinDTO, error) {
51 var result []response.RecycleBinDTO

Callers 1

DeleteMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected