1 Star 0 Fork 0

leminewx/polarisprotocol

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
model_instance.go 759 Bytes
一键复制 编辑 原始数据 按行查看 历史
wenxian 提交于 2024-01-12 17:17 . 优化协议
package model
// Instance 定义应用实例的数据结构
type Instance struct {
Id string `json:"id"` // 实例ID,可使用InstanceAddr
Addr string `json:"addr"` // 实例地址
Name string `json:"name"` // 实例名称
Protocol InstanceProtocol `json:"protocol"` // 服务协议: 0-HTTP; 1-RPC; 3-Websocket;
Namespace string `json:"namespace"` // 命名空间
ServiceName string `json:"service_name"` // 服务名称
ServiceVer string `json:"service_ver"` // 服务版本
}
// RegistrarInstance
type RegistrarInstance struct {
*Instance
RegistrarAddr string `json:"registrar_addr"` // 实例所属注册中心地址
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/leminewx/polarisprotocol.git
git@gitee.com:leminewx/polarisprotocol.git
leminewx
polarisprotocol
polarisprotocol
edd3e93176c7

搜索帮助

0d507c66 1850385 C8b1a773 1850385