Feat: archive & download routers for test

This commit is contained in:
HFO4
2019-12-12 10:04:24 +08:00
parent ba34a092d1
commit e8aa0435c5
5 changed files with 64 additions and 4 deletions

View File

@@ -1 +1,16 @@
package filesystem
import (
"context"
"io"
)
/* ==============
压缩/解压缩
==============
*/
// Compress 创建给定目录和文件的压缩文件
func (fs *FileSystem) Compress(ctx context.Context, dirs, files []uint) (io.ReadSeeker, error) {
return nil, nil
}