add a multiplexer for the logging.Tracer

This commit is contained in:
Marten Seemann 2020-07-09 14:47:02 +07:00
parent 2d4eca1dd6
commit c8d434305c
5 changed files with 283 additions and 125 deletions

View file

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