Signed-off-by: Vasiliy Tolstov <v.tolstov@unistack.org>
This commit is contained in:
2022-01-13 01:18:21 +03:00
parent fb21516a5c
commit 11da5b59db
6 changed files with 304 additions and 219 deletions

View File

@@ -46,6 +46,10 @@ func (s *testClientStream) Close() error {
return s.stream.Close()
}
func (s *testClientStream) CloseSend() error {
return s.stream.CloseSend()
}
func (s *testClientStream) Context() context.Context {
return s.stream.Context()
}