mirror of
https://github.com/tickstep/aliyunpan.git
synced 2025-01-23 22:42:15 +08:00
8 lines
116 B
Go
8 lines
116 B
Go
package webdav
|
|
|
|
const (
|
|
KeySessionId = "sessionId"
|
|
KeyContentLength = "contentLength"
|
|
KeyUserId = "userId"
|
|
)
|