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

Function NewIFileService

agent/app/service/file.go:94–96  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

92)
93
94func NewIFileService() IFileService {
95 return &FileService{}
96}
97
98func (f *FileService) GetFileList(op request.FileOption) (response.FileInfo, error) {
99 var fileInfo response.FileInfo

Callers 1

GetProxiesMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected