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 ¶
func (c *Config) AfterInject()
func (*Config) BeforeInject ¶
func (c *Config) BeforeInject()
Click to show internal directories.
Click to hide internal directories.