feat(recursive-move): Advanced conflict policy for preventing unintentional overwriting (#7906)
This commit is contained in:
7
server/handles/const.go
Normal file
7
server/handles/const.go
Normal file
@ -0,0 +1,7 @@
|
||||
package handles
|
||||
|
||||
const (
|
||||
CANCEL = "cancel"
|
||||
OVERWRITE = "overwrite"
|
||||
SKIP = "skip"
|
||||
)
|
Reference in New Issue
Block a user