mirror of
https://github.com/tickstep/aliyunpan.git
synced 2025-02-03 05:47:16 +08:00
8 lines
116 B
Go
8 lines
116 B
Go
|
package webdav
|
||
|
|
||
|
const (
|
||
|
KeySessionId = "sessionId"
|
||
|
KeyContentLength = "contentLength"
|
||
|
KeyUserId = "userId"
|
||
|
)
|