Skip to content

Commit a9d2f9b

Browse files
KirCuteForSourceCodeAnalysis
authored andcommitted
feat(drivers): add a driver that divides large files into multiple chunks (OpenListTeam#1153)
1 parent d8bdc28 commit a9d2f9b

File tree

13 files changed

+575
-34
lines changed

13 files changed

+575
-34
lines changed

drivers/all.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ import (
2020
_ "github.com/OpenListTeam/OpenList/v4/drivers/baidu_netdisk"
2121
_ "github.com/OpenListTeam/OpenList/v4/drivers/baidu_photo"
2222
_ "github.com/OpenListTeam/OpenList/v4/drivers/chaoxing"
23+
_ "github.com/OpenListTeam/OpenList/v4/drivers/chunk"
2324
_ "github.com/OpenListTeam/OpenList/v4/drivers/cloudreve"
2425
_ "github.com/OpenListTeam/OpenList/v4/drivers/cloudreve_v4"
2526
_ "github.com/OpenListTeam/OpenList/v4/drivers/cnb_releases"

0 commit comments

Comments
 (0)