Call SetProtocol in AMQP faster and remove GetProtocol method (#1097)

* Call `SetProtocol` in AMQP faster and remove `GetProtocol` method

* #run_acceptance_tests

* Remove the unused fields from the test mocks #run_acceptance_tests
This commit is contained in:
M. Mert Yıldıran
2022-05-19 00:07:40 -07:00
committed by GitHub
parent ab38f4c011
commit 522e2cc3da
10 changed files with 6 additions and 56 deletions

View File

@@ -431,7 +431,6 @@ type TcpReader interface {
type TcpStream interface {
SetProtocol(protocol *Protocol)
GetOrigin() Capture
GetProtocol() *Protocol
GetReqResMatchers() []RequestResponseMatcher
GetIsTapTarget() bool
GetIsClosed() bool