Initial commit (code only without large binaries)
This commit is contained in:
10
EdgeCommon/pkg/serverconfigs/http_stat_config.go
Normal file
10
EdgeCommon/pkg/serverconfigs/http_stat_config.go
Normal file
@@ -0,0 +1,10 @@
|
||||
package serverconfigs
|
||||
|
||||
type HTTPStatRef struct {
|
||||
IsPrior bool `yaml:"isPrior" json:"isPrior"` // 是否覆盖
|
||||
IsOn bool `yaml:"isOn" json:"isOn"` // 是否开启
|
||||
}
|
||||
|
||||
func (this *HTTPStatRef) Init() error {
|
||||
return nil
|
||||
}
|
||||
Reference in New Issue
Block a user