mirror of
https://github.com/bigbeer1/m7sRpc.git
synced 2025-12-24 12:47:53 +08:00
master
plugin-m7sRpc
让M7s支持rpc和grpc调用
插件地址
https://github.com/bigbeer1/m7sRpc
插件引入
import (
_ "github.com/bigbeer1/m7sRpc"
)
配置
m7srpc:
name: m7s.rpc
listenon: 0.0.0.0:8810
timeout: 30000
type M7sRpcConfig struct {
Name string
ListenOn string
Timeout int64 `json:",default=2000"`
}
Description
Languages
Go
100%