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

Method GetFileList

agent/app/service/file.go:55–55  ·  view source on GitHub ↗
(op request.FileOption)

Source from the content-addressed store, hash-verified

53
54type IFileService interface {
55 GetFileList(op request.FileOption) (response.FileInfo, error)
56 SearchUploadWithPage(req request.SearchUploadWithPage) (int64, interface{}, error)
57 GetFileTree(op request.FileOption) ([]response.FileTree, error)
58 Create(op request.FileCreate) error

Callers 2

GetProxiesMethod · 0.65
ListFilesMethod · 0.65

Implementers 1

FileServiceagent/app/service/file.go

Calls

no outgoing calls

Tested by

no test coverage detected