| 1375 | } |
| 1376 | |
| 1377 | type handshakeMessage interface { |
| 1378 | marshal() []byte |
| 1379 | unmarshal([]byte) bool |
| 1380 | } |
| 1381 | |
| 1382 | // lruSessionCache is a ClientSessionCache implementation that uses an LRU |
| 1383 | // caching strategy. |
no outgoing calls
no test coverage detected
searching dependent graphs…