1 Star 0 Fork 0

h79/goutils

Create your Gitee Account
Explore and code with more than 12 million developers,Free private repositories !:)
Sign up
Clone or Download
registry.go 274 Bytes
Copy Edit Raw Blame History
huqiuyun authored 2022-08-25 15:10 . 服务发现大调整
package registry
import (
"gitee.com/h79/goutils/discovery/config"
)
// Registry service registry interface.
type Registry interface {
Register(service *config.Service, points config.EndPoints) error
Deregister(service *config.Service, points config.EndPoints) error
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Go
1
https://gitee.com/h79/goutils.git
git@gitee.com:h79/goutils.git
h79
goutils
goutils
v1.21.16

Search