1.4.5.2
This commit is contained in:
13
EdgeCommon/pkg/serverconfigs/reverse_proxy_ref.go
Normal file
13
EdgeCommon/pkg/serverconfigs/reverse_proxy_ref.go
Normal file
@@ -0,0 +1,13 @@
|
||||
package serverconfigs
|
||||
|
||||
// ReverseProxyRef 反向代理引用
|
||||
type ReverseProxyRef struct {
|
||||
IsPrior bool `yaml:"isPrior" json:"isPrior"` // 是否覆盖
|
||||
IsOn bool `yaml:"isOn" json:"isOn"` // 是否启用
|
||||
ReverseProxyId int64 `yaml:"reverseProxyId" json:"reverseProxyId"` // 反向代理ID
|
||||
}
|
||||
|
||||
// Init 初始化
|
||||
func (this *ReverseProxyRef) Init() error {
|
||||
return nil
|
||||
}
|
||||
Reference in New Issue
Block a user