rename the logging.Tracer to ConnectionTracer

This commit is contained in:
Marten Seemann 2020-06-29 12:22:58 +07:00
parent 7f6eca84da
commit 4121ea84f4
15 changed files with 154 additions and 154 deletions

View file

@ -41,7 +41,7 @@ type client struct {
session quicSession
tracer logging.Tracer
tracer logging.ConnectionTracer
logger utils.Logger
}