chore: add more tests (#3014)

This commit is contained in:
Kevin Wan
2023-03-11 14:57:56 +08:00
committed by GitHub
parent 544aa7c432
commit f77e2c9cfa
6 changed files with 74 additions and 20 deletions

View File

@@ -2,7 +2,6 @@ package clientinterceptors
import (
"context"
"github.com/zeromicro/go-zero/core/lang"
"io"
ztrace "github.com/zeromicro/go-zero/core/trace"
@@ -95,7 +94,7 @@ type (
Finished chan error
desc *grpc.StreamDesc
events chan streamEvent
eventsDone chan lang.PlaceholderType
eventsDone chan struct{}
receivedMessageID int
sentMessageID int
}