Versions in this module Expand all Collapse all v0 v0.1.0 Sep 9, 2026 Changes in this version + type Cache struct + func New(store workerListWatcher, relistInterval time.Duration) *Cache + func (c *Cache) Forget(name string) + func (c *Cache) Start(ctx context.Context) error + func (c *Cache) Worker(name string) (*ateapipb.Worker, error) + func (c *Cache) Workers() ([]*ateapipb.Worker, error)