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
No description provided
Readme 140 KiB
Languages
Go 100%