5 Star 14 Fork 12

go-course / go12

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
interface.go 271 Bytes
一键复制 编辑 原始数据 按行查看 历史
Mr.Yu 提交于 2023-11-18 11:52 . 补充基于简单框架处理
package comment
const (
AppName = "comment"
)
// 定义接口和数据结构 grpc
// 定义一个内部接口
type Service interface {
// 你不允许通过RPC对外提供, 但是允许内部模块访问
// ...
// 由一部分能力需要提供RPC
RPCServer
}
Go
1
https://gitee.com/go-course/go12.git
git@gitee.com:go-course/go12.git
go-course
go12
go12
8a8b3aa3c2e4

搜索帮助