Logo
Explore Help
Sign In
admin/alist
1
0
Fork 0
You've already forked alist
Code Issues Pull Requests Actions Packages Projects Releases Wiki Activity
alist/drivers/aliyundrive/global.go

17 lines
257 B
Go
Raw 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"
"github.com/alist-org/alist/v3/pkg/generic_sync"
)
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.23.1 Page: 66ms Template: 4ms
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