Versions in this module Expand all Collapse all v0 v0.14.1 Jun 7, 2021 v0.14.0 Jun 2, 2021 Changes in this version + 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 + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*CheckStreamClosedRequest) Descriptor() ([]byte, []int) + func (*CheckStreamClosedRequest) ProtoMessage() + func (m *CheckStreamClosedRequest) GetStreamIdentifier() string + func (m *CheckStreamClosedRequest) Reset() + func (m *CheckStreamClosedRequest) String() string + func (m *CheckStreamClosedRequest) XXX_DiscardUnknown() + func (m *CheckStreamClosedRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *CheckStreamClosedRequest) XXX_Merge(src proto.Message) + func (m *CheckStreamClosedRequest) XXX_Size() int + func (m *CheckStreamClosedRequest) XXX_Unmarshal(b []byte) error + type CheckStreamClosedResponse struct + Closed bool + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*CheckStreamClosedResponse) Descriptor() ([]byte, []int) + func (*CheckStreamClosedResponse) ProtoMessage() + func (m *CheckStreamClosedResponse) GetClosed() bool + func (m *CheckStreamClosedResponse) Reset() + func (m *CheckStreamClosedResponse) String() string + func (m *CheckStreamClosedResponse) XXX_DiscardUnknown() + func (m *CheckStreamClosedResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *CheckStreamClosedResponse) XXX_Merge(src proto.Message) + func (m *CheckStreamClosedResponse) XXX_Size() int + func (m *CheckStreamClosedResponse) XXX_Unmarshal(b []byte) error + type ContinueStreamRequest struct + StreamIdentifier string + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*ContinueStreamRequest) Descriptor() ([]byte, []int) + func (*ContinueStreamRequest) ProtoMessage() + func (m *ContinueStreamRequest) GetStreamIdentifier() string + func (m *ContinueStreamRequest) Reset() + func (m *ContinueStreamRequest) String() string + func (m *ContinueStreamRequest) XXX_DiscardUnknown() + func (m *ContinueStreamRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *ContinueStreamRequest) XXX_Merge(src proto.Message) + func (m *ContinueStreamRequest) XXX_Size() int + func (m *ContinueStreamRequest) XXX_Unmarshal(b []byte) error + type FailServiceClient interface + NonExistant func(ctx context.Context, in *PingRequest, opts ...grpc.CallOption) (*PingResponse, error) + func NewFailServiceClient(cc *grpc.ClientConn) 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 + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*PingRequest) Descriptor() ([]byte, []int) + func (*PingRequest) ProtoMessage() + func (m *PingRequest) GetCheckMetadata() bool + func (m *PingRequest) GetErrorCodeReturned() uint32 + func (m *PingRequest) GetFailureType() PingRequest_FailureType + func (m *PingRequest) GetResponseCount() int32 + func (m *PingRequest) GetSendHeaders() bool + func (m *PingRequest) GetSendTrailers() bool + func (m *PingRequest) GetStreamIdentifier() string + func (m *PingRequest) GetValue() string + func (m *PingRequest) Reset() + func (m *PingRequest) String() string + func (m *PingRequest) XXX_DiscardUnknown() + func (m *PingRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *PingRequest) XXX_Merge(src proto.Message) + func (m *PingRequest) XXX_Size() int + func (m *PingRequest) XXX_Unmarshal(b []byte) error + type PingRequest_FailureType int32 + const PingRequest_CODE + const PingRequest_CODE_UNICODE + const PingRequest_NONE + func (PingRequest_FailureType) EnumDescriptor() ([]byte, []int) + func (x PingRequest_FailureType) String() string + type PingResponse struct + Counter int32 + Value string + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*PingResponse) Descriptor() ([]byte, []int) + func (*PingResponse) ProtoMessage() + func (m *PingResponse) GetCounter() int32 + func (m *PingResponse) GetValue() string + func (m *PingResponse) Reset() + func (m *PingResponse) String() string + func (m *PingResponse) XXX_DiscardUnknown() + func (m *PingResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *PingResponse) XXX_Merge(src proto.Message) + func (m *PingResponse) XXX_Size() int + func (m *PingResponse) XXX_Unmarshal(b []byte) error + 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 *empty.Empty, opts ...grpc.CallOption) (*PingResponse, error) + PingError func(ctx context.Context, in *PingRequest, opts ...grpc.CallOption) (*empty.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.ClientConn) TestServiceClient + type TestServiceServer interface + Echo func(context.Context, *TextMessage) (*TextMessage, error) + Ping func(context.Context, *PingRequest) (*PingResponse, error) + PingEmpty func(context.Context, *empty.Empty) (*PingResponse, error) + PingError func(context.Context, *PingRequest) (*empty.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) (*empty.Empty, error) + func NewTestUtilServiceClient(cc *grpc.ClientConn) TestUtilServiceClient + type TestUtilServiceServer interface + CheckStreamClosed func(context.Context, *CheckStreamClosedRequest) (*CheckStreamClosedResponse, error) + ContinueStream func(context.Context, *ContinueStreamRequest) (*empty.Empty, error) + type TextMessage struct + SendHeaders bool + SendTrailers bool + Text string + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*TextMessage) Descriptor() ([]byte, []int) + func (*TextMessage) ProtoMessage() + func (m *TextMessage) GetSendHeaders() bool + func (m *TextMessage) GetSendTrailers() bool + func (m *TextMessage) GetText() string + func (m *TextMessage) Reset() + func (m *TextMessage) String() string + func (m *TextMessage) XXX_DiscardUnknown() + func (m *TextMessage) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *TextMessage) XXX_Merge(src proto.Message) + func (m *TextMessage) XXX_Size() int + func (m *TextMessage) XXX_Unmarshal(b []byte) error