feat: driver additional items parse

This commit is contained in:
Noah Hsu
2022-06-08 16:20:58 +08:00
parent 677047c80b
commit ae755db2d2
6 changed files with 97 additions and 6 deletions

View File

@ -24,3 +24,7 @@ type Proxy struct {
WebdavDirect bool `json:"webdav_direct"`
DownProxyUrl string `json:"down_proxy_url"`
}
func (a Account) GetAccount() Account {
return a
}