handshake: remove unneeded tokenProtector interface (#4585)

This commit is contained in:
Marten Seemann
2024-07-19 22:45:20 -06:00
committed by GitHub
parent 7825250d3f
commit 82b275212c
3 changed files with 8 additions and 16 deletions

View File

@@ -8,7 +8,7 @@ import (
)
var _ = Describe("Token Protector", func() {
var tp tokenProtector
var tp *tokenProtector
BeforeEach(func() {
var key TokenProtectorKey