Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type StreamReader ¶
type StreamReader[T any] interface { Recv() (response T, err error) Close() grpc.ClientStream }
func NewStreamReader ¶
func NewStreamReader[T any](rd io.Reader) StreamReader[T]
Click to show internal directories.
Click to hide internal directories.