MCPcopy Create free account
hub / github.com/krau/SaveAny-Bot / ListFiles

Method ListFiles

storage/storage.go:37–37  ·  view source on GitHub ↗
(ctx context.Context, dirPath string)

Source from the content-addressed store, hash-verified

35type StorageListable interface {
36 Storage
37 ListFiles(ctx context.Context, dirPath string) ([]storagetypes.FileInfo, error)
38}
39
40// StorageReadable 表示支持读取文件内容的存储

Callers 3

handleTransferCmdFunction · 0.65
handleTransferCallbackFunction · 0.65
createTransferTaskMethod · 0.65

Implementers 4

Rclonestorage/rclone/rclone.go
Webdavstorage/webdav/webdav.go
Localstorage/local/local.go
Aliststorage/alist/alist.go

Calls

no outgoing calls

Tested by

no test coverage detected