Versions in this module Expand all Collapse all v0 v0.1.1 Mar 28, 2026 Changes in this version + type ConfigCache struct + func NewConfigCache(c *client.Client) *ConfigCache + func (cc *ConfigCache) GetTicket(ctx context.Context, userID, contextToken string) (string, error) + func (cc *ConfigCache) Invalidate(userID string) + type KeepAlive struct + func NewKeepAlive(c *client.Client, cache *ConfigCache) *KeepAlive + func (k *KeepAlive) Start(ctx context.Context, userID, contextToken string) (stop func())