Versions in this module Expand all Collapse all v0 v0.7.1 Aug 16, 2018 v0.5.1 May 31, 2018 Changes in this version + type Pool struct + func NewPool(routeTags ...*model.RouteTag) *Pool + func (p *Pool) PickOne() *model.RouteTag + type SafePool struct + func GetPool() *SafePool + func (s *SafePool) Get(key string) (*Pool, bool) + func (s *SafePool) Reset(key string) + func (s *SafePool) Set(key string, value *Pool)