Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type DataMessage ¶
type DataMessage interface {
GetData() []byte
}
type GrpcClients ¶
type GrpcClients struct {
// contains filtered or unexported fields
}
func NewGrpcClients ¶
func NewGrpcClients(cc *grpc.ClientConn) *GrpcClients
func (*GrpcClients) CheckCapabilities ¶
func (c *GrpcClients) CheckCapabilities(zstd bool) error
type RecvStream ¶
type RecvStream[M DataMessage] interface { Recv() (M, error) CloseSend() error }
type StreamReadCloser ¶
type StreamReadCloser[M DataMessage] struct { Stream RecvStream[M] // contains filtered or unexported fields }
func (*StreamReadCloser[M]) Close ¶
func (s *StreamReadCloser[M]) Close() error
Click to show internal directories.
Click to hide internal directories.