Documentation ¶ Index ¶ type Client func (c *Client) Close() error func (c *Client) Config() any func (c *Client) SetEntity() type Config func (c *Config) Build() *grpc.ClientConn func (c *Config) Init() func (c *Config) InitBeforeInject() 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 } func (*Client) Close ¶ func (c *Client) Close() error func (*Client) Config ¶ func (c *Client) Config() any func (*Client) SetEntity ¶ func (c *Client) SetEntity() type Config ¶ type Config struct { Addr string TLS bool Options []grpc.DialOption } func (*Config) Build ¶ func (c *Config) Build() *grpc.ClientConn func (*Config) Init ¶ func (c *Config) Init() func (*Config) InitBeforeInject ¶ func (c *Config) InitBeforeInject() Source Files ¶ View all Source files client.go Click to show internal directories. Click to hide internal directories.