package
0.1.13
Repository: https://github.com/tencentyun/tsf-go.git
Documentation: pkg.go.dev

# Functions

Dial create a grpc client conn It will return immediately without any blocking.
DialWithBlock create a grpc client conn with context It will block until create connection successfully 核心依赖建议使用DialWithBlock,确保能够拉到服务提供者节点再进行后续的启动操作.

# Structs

Conn is the framework's client side instance, it contains the ctx, opt and interceptors.