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