Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client struct { Conn *grpc.ClientConn Conf Config }
type Config ¶
type Config struct { Addr string TLS bool Options []grpc.DialOption }
func (*Config) AfterInject ¶ added in v0.2.0
func (c *Config) AfterInject()
func (*Config) BeforeInject ¶ added in v0.0.33
func (c *Config) BeforeInject()
Click to show internal directories.
Click to hide internal directories.