3 Star 2 Fork 1

vrv_media/go-micro-framework

加入 Gitee
与超过 1400万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
server.go 240 Bytes
一键复制 编辑 原始数据 按行查看 历史
天雨流芳 提交于 2024-03-22 10:43 +08:00 . 服务启动逻辑
package server
import (
"context"
"net/url"
)
type Server interface {
Stop(ctx context.Context) error
Start(ctx context.Context) error
}
// Endpointer is registry endpoint.
type Endpointer interface {
Endpoint() (*url.URL, error)
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Go
1
https://gitee.com/vrv_media/go-micro-framework.git
git@gitee.com:vrv_media/go-micro-framework.git
vrv_media
go-micro-framework
go-micro-framework
e59703dad2e5

搜索帮助