feat: add NoCache config for driver

This commit is contained in:
Noah Hsu
2022-06-13 21:15:58 +08:00
parent c525406516
commit 6accc2eff6
2 changed files with 4 additions and 0 deletions

View File

@ -6,4 +6,5 @@ type Config struct {
OnlyLocal bool
OnlyProxy bool
NoNeedSetLink bool
NoCache bool
}