aliyunpan/internal/webdav/const.go

8 lines
116 B
Go
Raw Normal View History

2022-01-02 15:32:10 +08:00
package webdav
const (
KeySessionId = "sessionId"
KeyContentLength = "contentLength"
KeyUserId = "userId"
)