//
pkg.gl
Category
github.com/tencentyun/tsf-go
pkg
grpc
client
package
0.1.13
Repository:
https://github.com/tencentyun/tsf-go.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
26
Dependents
2
Files
316 SLOC
#
Functions
Dial
Dial create a grpc client conn It will return immediately without any blocking.
DialWithBlock
DialWithBlock create a grpc client conn with context It will block until create connection successfully 核心依赖建议使用DialWithBlock,确保能够拉到服务提供者节点再进行后续的启动操作.
#
Structs
Conn
Conn is the framework's client side instance, it contains the ctx, opt and interceptors.