package
0.0.0-20230707085558-ad6c5a262fdf
Repository: https://github.com/jessie-gui/x.git
Documentation: pkg.go.dev
# README
gRPC
xserver/xrpc 中基于 Google gRPC 框架实现了 Server。
# Functions
Address 配置服务监听地址。.
NewServer 新建 gRPC 服务器。.
No description provided by the author
Options 配置 gRPC 选项。.
StreamInterceptor 配置流拦截器。.
Timeout 配置服务超时时间(单位:秒)。.
TLSConfig 配置 TLS。.
UnaryInterceptor 配置一元拦截器。.
# Type aliases
No description provided by the author