Versions in this module Expand all Collapse all v0 v0.0.2 Mar 15, 2026 Changes in this version + const AddressDefault + const AddressFieldName + const KeepaliveTimeDefault + const KeepaliveTimeFieldName + const KeepaliveTimeoutDefault + const KeepaliveTimeoutFieldName + const PermitWithoutStreamDefault + const PermitWithoutStreamFieldName + const PortDefault + const PortFieldName + var Component = &component.Component + type Client struct + func NewClient(config *Config) (*Client, error) + func (client *Client) Close() error + func (client *Client) Invoke(ctx context.Context, method string, args interface{}, reply interface{}, ...) error + func (client *Client) NewStream(ctx context.Context, desc *grpc.StreamDesc, method string, ...) (grpc.ClientStream, error) + type Config struct + Address string + KeepaliveTime time.Duration + KeepaliveTimeout time.Duration + PermitWithoutStream bool + Port uint16 + func Configuration(config *Config, configurator configurator.Configurator) *Config + func NewConfig() *Config