introduce an interface for the send queue, use a mock in session tests

This commit is contained in:
Marten Seemann 2020-12-31 13:34:34 +08:00
parent e9848fadf9
commit f1c6421845
6 changed files with 117 additions and 22 deletions

View file

@ -9,7 +9,7 @@ import (
)
var _ = Describe("Send Queue", func() {
var q *sendQueue
var q sender
var c *MockSendConn
BeforeEach(func() {