add a multiplexer for the logging.ConnectionTracer

This commit is contained in:
Marten Seemann
2020-07-06 13:57:18 +07:00
parent 2f5cba0856
commit 2d4eca1dd6
6 changed files with 597 additions and 3 deletions

3
logging/mockgen.go Normal file
View File

@@ -0,0 +1,3 @@
package logging
//go:generate sh -c "mockgen -package logging -destination mock_connection_tracer_test.go github.com/lucas-clemente/quic-go/logging ConnectionTracer"