use a struct to pass callbacks from the session to the crypto setup

This commit is contained in:
Marten Seemann
2019-05-31 15:45:21 +08:00
parent 743868159f
commit 4fd6a7cc99
6 changed files with 143 additions and 66 deletions

View File

@@ -0,0 +1,3 @@
package handshake
//go:generate sh -c "../mockgen_internal.sh handshake mock_handshake_runner_test.go github.com/lucas-clemente/quic-go/internal/handshake handshakeRunner"