mirror of
https://github.com/TeaOSLab/EdgeCommon.git
synced 2026-05-05 15:25:19 +08:00
实现修改缓存配置
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
package serverconfigs
|
||||
|
||||
type HTTPStatConfig struct {
|
||||
type HTTPStatRef struct {
|
||||
IsOn bool `yaml:"isOn" json:"isOn"` // 是否开启
|
||||
}
|
||||
|
||||
func (this *HTTPStatConfig) Init() error {
|
||||
func (this *HTTPStatRef) Init() error {
|
||||
return nil
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user