aliyunpan/internal/webdav/const.go
2022-01-02 15:32:10 +08:00

8 lines
116 B
Go

package webdav
const (
KeySessionId = "sessionId"
KeyContentLength = "contentLength"
KeyUserId = "userId"
)