webdav proxy

This commit is contained in:
微凉
2021-11-29 16:42:46 +08:00
parent 4ff2756572
commit ffdd88ec66
10 changed files with 76 additions and 37 deletions

View File

@ -32,6 +32,7 @@ type Account struct {
SiteUrl string `json:"site_url"`
SiteId string `json:"site_id"`
OnedriveType string `json:"onedrive_type"`
WebdavProxy bool `json:"webdav_proxy"`
}
var accountsMap = map[string]Account{}