2 Star 0 Fork 0

mangenotwork/commander

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
gateway.go 583 Bytes
一键复制 编辑 原始数据 按行查看 历史
mangenotwork 提交于 2022-11-14 17:55 . .
package entity
// GatewayBase 网关基础参数
type GatewayBase struct {
Slave string // 部署在哪个主机上
Ports []string // 8080:80
ProjectName string // 绑定到的项目
LVS string // 负载均衡层级 L4 L7
LVSModel string // 负载均衡模式 random poll
IsClose string // 是否关闭 1:关闭
Create string // 创建时间
}
// GatewayArg 网关参数
type GatewayArg struct {
Ports []string // 8080:80
ProjectName string // 绑定到的项目
LVS string // 负载均衡层级 L4 L7
LVSModel string // 负载均衡模式 random poll
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/mangenotework/commander.git
git@gitee.com:mangenotework/commander.git
mangenotework
commander
commander
5893fcd6005c

搜索帮助