Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
94
func
NewIFileService() IFileService {
95
return
&FileService{}
96
}
97
98
func
(f *FileService) GetFileList(op request.FileOption) (response.FileInfo, error) {
99
var
fileInfo response.FileInfo
Callers
1
GetProxies
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected