chore: add is it support upload config for driver

This commit is contained in:
Noah Hsu
2022-06-20 17:14:08 +08:00
parent 31ff31d3dd
commit a61bb6ab1f
2 changed files with 4 additions and 0 deletions

View File

@ -7,4 +7,5 @@ type Config struct {
OnlyProxy bool
NoNeedSetLink bool
NoCache bool
NoUpload bool
}