Versions in this module Expand all Collapse all v0 v0.16.0 Aug 4, 2023 Changes in this version + var File_improbable_grpcweb_test_test_proto protoreflect.FileDescriptor + var PingRequest_FailureType_name = map[int32]string + var PingRequest_FailureType_value = map[string]int32 + func RegisterFailServiceServer(s *grpc.Server, srv FailServiceServer) + func RegisterTestServiceServer(s *grpc.Server, srv TestServiceServer) + func RegisterTestUtilServiceServer(s *grpc.Server, srv TestUtilServiceServer) + type CheckStreamClosedRequest struct + StreamIdentifier string + func (*CheckStreamClosedRequest) Descriptor() ([]byte, []int) + func (*CheckStreamClosedRequest) ProtoMessage() + func (x *CheckStreamClosedRequest) GetStreamIdentifier() string + func (x *CheckStreamClosedRequest) ProtoReflect() protoreflect.Message + func (x *CheckStreamClosedRequest) Reset() + func (x *CheckStreamClosedRequest) String() string + type CheckStreamClosedResponse struct + Closed bool + func (*CheckStreamClosedResponse) Descriptor() ([]byte, []int) + func (*CheckStreamClosedResponse) ProtoMessage() + func (x *CheckStreamClosedResponse) GetClosed() bool + func (x *CheckStreamClosedResponse) ProtoReflect() protoreflect.Message + func (x *CheckStreamClosedResponse) Reset() + func (x *CheckStreamClosedResponse) String() string + type ContinueStreamRequest struct + StreamIdentifier string + func (*ContinueStreamRequest) Descriptor() ([]byte, []int) + func (*ContinueStreamRequest) ProtoMessage() + func (x *ContinueStreamRequest) GetStreamIdentifier() string + func (x *ContinueStreamRequest) ProtoReflect() protoreflect.Message + func (x *ContinueStreamRequest) Reset() + func (x *ContinueStreamRequest) String() string + type FailServiceClient interface + NonExistant func(ctx context.Context, in *PingRequest, opts ...grpc.CallOption) (*PingResponse, error) + func NewFailServiceClient(cc grpc.ClientConnInterface) FailServiceClient + type FailServiceServer interface + NonExistant func(context.Context, *PingRequest) (*PingResponse, error) + type PingRequest struct + CheckMetadata bool + ErrorCodeReturned uint32 + FailureType PingRequest_FailureType + ResponseCount int32 + SendHeaders bool + SendTrailers bool + StreamIdentifier string + Value string + func (*PingRequest) Descriptor() ([]byte, []int) + func (*PingRequest) ProtoMessage() + func (x *PingRequest) GetCheckMetadata() bool + func (x *PingRequest) GetErrorCodeReturned() uint32 + func (x *PingRequest) GetFailureType() PingRequest_FailureType + func (x *PingRequest) GetResponseCount() int32 + func (x *PingRequest) GetSendHeaders() bool + func (x *PingRequest) GetSendTrailers() bool + func (x *PingRequest) GetStreamIdentifier() string + func (x *PingRequest) GetValue() string + func (x *PingRequest) ProtoReflect() protoreflect.Message + func (x *PingRequest) Reset() + func (x *PingRequest) String() string + type PingRequest_FailureType int32 + const PingRequest_CODE + const PingRequest_CODE_UNICODE + const PingRequest_NONE + func (PingRequest_FailureType) Descriptor() protoreflect.EnumDescriptor + func (PingRequest_FailureType) EnumDescriptor() ([]byte, []int) + func (PingRequest_FailureType) Type() protoreflect.EnumType + func (x PingRequest_FailureType) Enum() *PingRequest_FailureType + func (x PingRequest_FailureType) Number() protoreflect.EnumNumber + func (x PingRequest_FailureType) String() string + type PingResponse struct + Counter int32 + Value string + func (*PingResponse) Descriptor() ([]byte, []int) + func (*PingResponse) ProtoMessage() + func (x *PingResponse) GetCounter() int32 + func (x *PingResponse) GetValue() string + func (x *PingResponse) ProtoReflect() protoreflect.Message + func (x *PingResponse) Reset() + func (x *PingResponse) String() string + type TestServiceClient interface + Echo func(ctx context.Context, in *TextMessage, opts ...grpc.CallOption) (*TextMessage, error) + Ping func(ctx context.Context, in *PingRequest, opts ...grpc.CallOption) (*PingResponse, error) + PingEmpty func(ctx context.Context, in *emptypb.Empty, opts ...grpc.CallOption) (*PingResponse, error) + PingError func(ctx context.Context, in *PingRequest, opts ...grpc.CallOption) (*emptypb.Empty, error) + PingList func(ctx context.Context, in *PingRequest, opts ...grpc.CallOption) (TestService_PingListClient, error) + PingPongBidi func(ctx context.Context, opts ...grpc.CallOption) (TestService_PingPongBidiClient, error) + PingStream func(ctx context.Context, opts ...grpc.CallOption) (TestService_PingStreamClient, error) + func NewTestServiceClient(cc grpc.ClientConnInterface) TestServiceClient + type TestServiceServer interface + Echo func(context.Context, *TextMessage) (*TextMessage, error) + Ping func(context.Context, *PingRequest) (*PingResponse, error) + PingEmpty func(context.Context, *emptypb.Empty) (*PingResponse, error) + PingError func(context.Context, *PingRequest) (*emptypb.Empty, error) + PingList func(*PingRequest, TestService_PingListServer) error + PingPongBidi func(TestService_PingPongBidiServer) error + PingStream func(TestService_PingStreamServer) error + type TestService_PingListClient interface + Recv func() (*PingResponse, error) + type TestService_PingListServer interface + Send func(*PingResponse) error + type TestService_PingPongBidiClient interface + Recv func() (*PingResponse, error) + Send func(*PingRequest) error + type TestService_PingPongBidiServer interface + Recv func() (*PingRequest, error) + Send func(*PingResponse) error + type TestService_PingStreamClient interface + CloseAndRecv func() (*PingResponse, error) + Send func(*PingRequest) error + type TestService_PingStreamServer interface + Recv func() (*PingRequest, error) + SendAndClose func(*PingResponse) error + type TestUtilServiceClient interface + CheckStreamClosed func(ctx context.Context, in *CheckStreamClosedRequest, opts ...grpc.CallOption) (*CheckStreamClosedResponse, error) + ContinueStream func(ctx context.Context, in *ContinueStreamRequest, opts ...grpc.CallOption) (*emptypb.Empty, error) + func NewTestUtilServiceClient(cc grpc.ClientConnInterface) TestUtilServiceClient + type TestUtilServiceServer interface + CheckStreamClosed func(context.Context, *CheckStreamClosedRequest) (*CheckStreamClosedResponse, error) + ContinueStream func(context.Context, *ContinueStreamRequest) (*emptypb.Empty, error) + type TextMessage struct + SendHeaders bool + SendTrailers bool + Text string + func (*TextMessage) Descriptor() ([]byte, []int) + func (*TextMessage) ProtoMessage() + func (x *TextMessage) GetSendHeaders() bool + func (x *TextMessage) GetSendTrailers() bool + func (x *TextMessage) GetText() string + func (x *TextMessage) ProtoReflect() protoreflect.Message + func (x *TextMessage) Reset() + func (x *TextMessage) String() string + type UnimplementedFailServiceServer struct + func (*UnimplementedFailServiceServer) NonExistant(context.Context, *PingRequest) (*PingResponse, error) + type UnimplementedTestServiceServer struct + func (*UnimplementedTestServiceServer) Echo(context.Context, *TextMessage) (*TextMessage, error) + func (*UnimplementedTestServiceServer) Ping(context.Context, *PingRequest) (*PingResponse, error) + func (*UnimplementedTestServiceServer) PingEmpty(context.Context, *emptypb.Empty) (*PingResponse, error) + func (*UnimplementedTestServiceServer) PingError(context.Context, *PingRequest) (*emptypb.Empty, error) + func (*UnimplementedTestServiceServer) PingList(*PingRequest, TestService_PingListServer) error + func (*UnimplementedTestServiceServer) PingPongBidi(TestService_PingPongBidiServer) error + func (*UnimplementedTestServiceServer) PingStream(TestService_PingStreamServer) error + type UnimplementedTestUtilServiceServer struct + func (*UnimplementedTestUtilServiceServer) CheckStreamClosed(context.Context, *CheckStreamClosedRequest) (*CheckStreamClosedResponse, error) + func (*UnimplementedTestUtilServiceServer) ContinueStream(context.Context, *ContinueStreamRequest) (*emptypb.Empty, error)