Versions in this module Expand all Collapse all v5 v5.0.5 Jun 26, 2020 Changes in this version + var AutoPurgeAge = 12 * time.Hour + var AutoPurgeInterval = 24 * time.Hour + type Cluster struct + func New() *Cluster + func (c *Cluster) All(maxAge time.Duration) (list []Member) + func (c *Cluster) App(app string, maxAge time.Duration) (list []Member) + func (c *Cluster) Matching(id, app string, maxAge time.Duration) (list []Member) + func (c *Cluster) Purge(maxAge time.Duration) + func (c *Cluster) Update(id, app string) + type Member struct + App string + ID string + LastActive time.Time Other modules containing this package github.com/ituyakbayev/ari-proxy