| package aliyundrive | |
| import ( | |
| "crypto/ecdsa" | |
| "github.com/alist-org/alist/v3/pkg/generic_sync" | |
| ) | |
| type State struct { | |
| deviceID string | |
| signature string | |
| retry int | |
| privateKey *ecdsa.PrivateKey | |
| } | |
| var global = generic_sync.MapOf[string, *State]{} | |
| package aliyundrive | |
| import ( | |
| "crypto/ecdsa" | |
| "github.com/alist-org/alist/v3/pkg/generic_sync" | |
| ) | |
| type State struct { | |
| deviceID string | |
| signature string | |
| retry int | |
| privateKey *ecdsa.PrivateKey | |
| } | |
| var global = generic_sync.MapOf[string, *State]{} | |