Archived
实现修改缓存配置
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
package serverconfigs
|
||||
|
||||
type HTTPGzipRef struct {
|
||||
IsOn bool `yaml:"isOn" json:"isOn"`
|
||||
GzipId int64 `yaml:"gzipId" json:"gzipId"`
|
||||
}
|
||||
Reference in New Issue
Block a user