Files
EdgeCommon/pkg/serverconfigs/reverse_proxy_ref.go

8 lines
247 B
Go
Raw Normal View History

2020-09-21 11:37:09 +08:00
package serverconfigs
// 反向代理引用
type ReverseProxyRef struct {
IsOn bool `yaml:"isOn" json:"isOn"` // 是否启用
ReverseProxyId int64 `yaml:"reverseProxyId" json:"reverseProxyId"` // 反向代理ID
}