Searched defs:stickyStore (Results 1 – 1 of 1) sorted by relevance
243 type stickyStore struct { struct244 mu sync.Mutex247 curMDKey string248 store *linkedMap258 func (ss *stickyStore) reset(newMDKey string) {267 func (ss *stickyStore) put(mdKey, stickyKey string, acw *acBalancerWrapper) {285 func (ss *stickyStore) get(mdKey, stickyKey string) (transport.ClientTransport, bool) {