多处增加是否独立配置选项

This commit is contained in:
刘祥超
2020-09-23 18:43:50 +08:00
parent 337726e930
commit cc4f30a6f4
17 changed files with 416 additions and 296 deletions

View File

@@ -1,6 +1,7 @@
package serverconfigs
type HTTPCacheRef struct {
IsPrior bool `yaml:"isPrior" json:"isPrior"` // 是否覆盖
IsOn bool `yaml:"isOn" json:"isOn"` // 是否开启
CachePolicyId int64 `yaml:"cachePolicyId" json:"cachePolicyId"` // 缓存策略ID
}