directory
Version:
v1.0.1-rel-01
Opens a new window with list of versions in this module.
Published: Nov 12, 2024
License: AFL-3.0
Opens a new window with license information.
README
¶
通用gorpc二次封装
proto pb文件
client gorpc客户端
consts常量
server服务端代码样例
handler 业务RPC接口实现
register RPC服务注册
func (grpcRegister *GrpcRegister) RegisterGrpc(service micro.Service) {
helloProto.RegisterHelloYeahHandler(service.Server(), new(handler.HelloRpc))
}
startrpc RPCSERVER启动方法
Directories
¶
client
|
|
|
|
|
|
|
|
proto
|
|
|
|
|
|
|
|
|
|
|
|
Click to show internal directories.
Click to hide internal directories.