Versions in this module Expand all Collapse all v1 v1.1.0 May 5, 2026 v1.0.0 May 3, 2026 Changes in this version + func CtxWithTimeout(ctx context.Context, timeout time.Duration) (context.Context, context.CancelFunc) + type Client struct + func NewClient(conf Config) (*Client, error) + func (c *Client) Close() error + func (c *Client) VerifyToken(ctx context.Context, token string) (bool, error) + type Config struct + Address string + DialOptions []grpc.DialOption + Timeout time.Duration