Versions in this module Expand all Collapse all v0 v0.0.2 Jan 22, 2025 Changes in this version + type Client struct + func New(ctx context.Context, conf ClientConfig) (*Client, error) + func (c *Client) Close() error + func (c *Client) Conn() *grpc.ClientConn + type ClientConfig struct + GrpcUrl string + HttpUrl string + Login string + OAuthClientID string + Password string + Secure bool + TLSSkipVerify bool