aboutsummaryrefslogtreecommitdiff
path: root/weed/credential/migration.go
AgeCommit message (Collapse)AuthorFilesLines
2025-07-16convert error fromating to %w everywhere (#6995)Chris Lu1-3/+3
2025-07-02Add credential storage (#6938)Chris Lu1-0/+221
* add credential store interface * load credential.toml * lint * create credentialManager with explicit store type * add type name * InitializeCredentialManager * remove unused functions * fix missing import * fix import * fix nil configuration