Versions in this module Expand all Collapse all v0 v0.1.0 Sep 28, 2021 Changes in this version + type Config struct + AccessInterceptorLevel string + Address string + BalancerName string + Block bool + Debug bool + DialTimeout time.Duration + Direct bool + DisableAccessInterceptor bool + DisableAidInterceptor bool + DisableMetricInterceptor bool + DisableTimeoutInterceptor bool + DisableTraceInterceptor bool + KeepAlive *keepalive.ClientParameters + Name string + OnDialError string + ReadTimeout time.Duration + SlowThreshold time.Duration + func DefaultConfig() *Config + func RawConfig(key string) *Config + func StdConfig(name string) *Config + func (config *Config) Build() *grpc.ClientConn + func (config *Config) WithDialOption(opts ...grpc.DialOption) *Config + func (config *Config) WithLogger(logger *olog.Logger) *Config