Versions in this module Expand all Collapse all v0 v0.9.7 Feb 11, 2026 Changes in this version + type Client struct + func NewClient(addr string, name string, opts ...ClientOption) (*Client, error) + func NewClientWithOptions(addr string, name string, opts ...grpc.DialOption) (*Client, error) + func (c *Client) Close() error + func (c *Client) ListWorkflowMetadata(ctx context.Context, families []string, start, limit int64) ([]*pb.WorkflowMetadata, bool, error) + func (c *Client) Name() string + type ClientOption func(*clientConfig) + func WithJWTGenerator(generator auth.JWTGenerator) ClientOption + func WithTLS(enabled bool) ClientOption