1 Star 0 Fork 0

micro-tools/wf

加入 Gitee
与超过 1400万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
ggrpc_client_config.go 687 Bytes
一键复制 编辑 原始数据 按行查看 历史
545403892 提交于 2023-09-27 22:16 +08:00 . 升级go-ole
package ggrpc
import "time"
type (
// ClientConfig is the GRPC Client configuration manager.
ClientConfig struct {
// Address specifies the client listening address like "port" or ":port",
// multiple addresses joined using ','.
Address string `json:"address"`
// AutoClose specifies the client to close the connection internally
AutoClose bool `json:"auto_close"`
// Because Timeout does not let Handlers make per-request
// decisions on each request body's acceptable deadline or
// Timeout. It is valid to use them both.
Timeout time.Duration `json:"timeout"`
//Tracing specifies whether link tracking
Tracing bool `json:"tracing"`
}
)
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Go
1
https://gitee.com/micro-tools/wf.git
git@gitee.com:micro-tools/wf.git
micro-tools
wf
wf
v1.0.2

搜索帮助