Searched refs:ClientSessionState (Results 1 – 2 of 2) sorted by relevance
212 type ClientSessionState struct { struct232 Get(sessionKey string) (session *ClientSessionState, ok bool)235 Put(sessionKey string, cs *ClientSessionState) argument1056 func (c *lruClientSessionCache) Put(sessionKey string, cs *ClientSessionState) {1060 func (c *lruClientSessionCache) Get(sessionKey string) (*ClientSessionState, bool) {1065 return cs.(*ClientSessionState), true
30 session *ClientSessionState146 var session *ClientSessionState815 session := &ClientSessionState{