Versions in this module Expand all Collapse all v1 v1.1.0 Jun 26, 2026 v1.0.0 Apr 29, 2026 Changes in this version + type Client struct + func NewClient(_ context.Context, cfg Config) (*Client, error) + func (c *Client) Close() error + func (c *Client) CompanyExists(ctx context.Context, companyName string) (bool, error) + type Config struct + Address string + DialOptions []grpc.DialOption + Timeout time.Duration