Versions in this module Expand all Collapse all v1 v1.8.4 Feb 22, 2022 v1.8.3 Feb 22, 2022 Changes in this version + var File_greaderproto_reader_proto protoreflect.FileDescriptor + var Reader_ServiceDesc = grpc.ServiceDesc + func RegisterReaderServer(s grpc.ServiceRegistrar, srv ReaderServer) + type ReadRequest struct + Length int32 + func (*ReadRequest) Descriptor() ([]byte, []int) + func (*ReadRequest) ProtoMessage() + func (x *ReadRequest) GetLength() int32 + func (x *ReadRequest) ProtoReflect() protoreflect.Message + func (x *ReadRequest) Reset() + func (x *ReadRequest) String() string + type ReadResponse struct + Error string + Errored bool + Read []byte + func (*ReadResponse) Descriptor() ([]byte, []int) + func (*ReadResponse) ProtoMessage() + func (x *ReadResponse) GetError() string + func (x *ReadResponse) GetErrored() bool + func (x *ReadResponse) GetRead() []byte + func (x *ReadResponse) ProtoReflect() protoreflect.Message + func (x *ReadResponse) Reset() + func (x *ReadResponse) String() string + type ReaderClient interface + Read func(ctx context.Context, in *ReadRequest, opts ...grpc.CallOption) (*ReadResponse, error) + func NewReaderClient(cc grpc.ClientConnInterface) ReaderClient + type ReaderServer interface + Read func(context.Context, *ReadRequest) (*ReadResponse, error) + type UnimplementedReaderServer struct + func (UnimplementedReaderServer) Read(context.Context, *ReadRequest) (*ReadResponse, error) + type UnsafeReaderServer interface