mirror of
https://github.com/TeaOSLab/EdgeCommon.git
synced 2026-01-04 01:56:34 +08:00
修改反向代理实现方式
This commit is contained in:
6
pkg/serverconfigs/origin_ref.go
Normal file
6
pkg/serverconfigs/origin_ref.go
Normal file
@@ -0,0 +1,6 @@
|
||||
package serverconfigs
|
||||
|
||||
type OriginRef struct {
|
||||
IsOn bool `yaml:"isOn" json:"isOn"`
|
||||
OriginId int64 `yaml:"originId" json:"originId"`
|
||||
}
|
||||
Reference in New Issue
Block a user