feat(webdav): supoort rename in copy and move (#1774)

This commit is contained in:
WeidiDeng
2023-07-18 15:27:56 +08:00
committed by GitHub
parent f4a04ce3c3
commit ad6c6bcd93
5 changed files with 93 additions and 17 deletions

View File

@@ -35,4 +35,6 @@ const (
CancelFuncCtx
// 文件在从机节点中的路径
SlaveSrcPath
// Webdav目标名称
WebdavDstName
)