| 1618 | } |
| 1619 | |
| 1620 | type handshakeMessage interface { |
| 1621 | marshal() ([]byte, error) |
| 1622 | unmarshal([]byte) bool |
| 1623 | } |
| 1624 | |
| 1625 | type handshakeMessageWithOriginalBytes interface { |
| 1626 | handshakeMessage |
no outgoing calls
no test coverage detected
searching dependent graphs…