mirror of
https://github.com/FlourishingWorld/hk4e.git
synced 2026-02-13 07:12:26 +08:00
init commit
This commit is contained in:
8
air/entity/instance.go
Normal file
8
air/entity/instance.go
Normal file
@@ -0,0 +1,8 @@
|
||||
package entity
|
||||
|
||||
// 服务实例实体类
|
||||
type Instance struct {
|
||||
ServiceName string `json:"service_name"`
|
||||
InstanceName string `json:"instance_name"`
|
||||
InstanceAddr string `json:"instance_addr"`
|
||||
}
|
||||
Reference in New Issue
Block a user