Logo
Explore Help
Sign In
Backups/OpenList
1
0
Fork 0
You've already forked OpenList
mirror of https://github.com/OpenListTeam/OpenList.git synced 2025-07-18 17:38:07 +08:00
Code Issues Packages Projects Releases Wiki Activity
Files
main
OpenList/drivers/aliyundrive/global.go

17 lines
263 B
Go
Raw Permalink Normal View History

fix(aliyundrive): device session signature error (#3398) * fix signature * fix: indent-error-flow [skip ci]
2023-02-14 19:17:21 +08:00
package aliyundrive
import (
"crypto/ecdsa"
fix(gomod): go modules with tagged versions (#499) fix: go modules with tagged versions
2025-07-01 09:54:50 +08:00
"github.com/OpenListTeam/OpenList/v4/pkg/generic_sync"
fix(aliyundrive): device session signature error (#3398) * fix signature * fix: indent-error-flow [skip ci]
2023-02-14 19:17:21 +08:00
)
type State struct {
deviceID string
signature string
fix(aliyundrive): error occurred when running multiple instances at the same time (#3448) * fix(aliyundrive):an error occurred when running multiple instances at the same time * Update util.go fix(aliyunpan):clear retry count
2023-02-16 22:12:19 +08:00
retry int
fix(aliyundrive): device session signature error (#3398) * fix signature * fix: indent-error-flow [skip ci]
2023-02-14 19:17:21 +08:00
privateKey *ecdsa.PrivateKey
}
var global = generic_sync.MapOf[string, *State]{}
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.24.2 Page: 46ms Template: 2ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API