add a generic Log() function to the connection tracer

This commit is contained in:
Marten Seemann 2020-11-27 11:52:33 +07:00
parent a76879c305
commit ff1f433c36
9 changed files with 66 additions and 0 deletions

View file

@ -89,6 +89,7 @@ func (t *connTracer) DroppedKey(logging.KeyPhase)
func (t *connTracer) SetLossTimer(logging.TimerType, logging.EncryptionLevel, time.Time) {}
func (t *connTracer) LossTimerExpired(logging.TimerType, logging.EncryptionLevel) {}
func (t *connTracer) LossTimerCanceled() {}
func (t *connTracer) Debug(string, string) {}
func (t *connTracer) Close() {}
var _ = Describe("Key Update tests", func() {