Versions in this module Expand all Collapse all v0 v0.1.0 Dec 9, 2024 Changes in this version + const EchoService_Echo_FullMethodName + var EchoService_ServiceDesc = grpc.ServiceDesc + var File_echopb_echo_proto protoreflect.FileDescriptor + func RegisterEchoServiceServer(s grpc.ServiceRegistrar, srv EchoServiceServer) + type EchoRequest struct + Ping string + func (*EchoRequest) Descriptor() ([]byte, []int) + func (*EchoRequest) ProtoMessage() + func (x *EchoRequest) GetPing() string + func (x *EchoRequest) ProtoReflect() protoreflect.Message + func (x *EchoRequest) Reset() + func (x *EchoRequest) String() string + type EchoResponse struct + Body string + HandlerReachedAt *timestamppb.Timestamp + HandlerRespondedAt *timestamppb.Timestamp + Headers map[string]string + ReceivedAt *timestamppb.Timestamp + RemoteAddr string + SentAt *timestamppb.Timestamp + func (*EchoResponse) Descriptor() ([]byte, []int) + func (*EchoResponse) ProtoMessage() + func (x *EchoResponse) GetBody() string + func (x *EchoResponse) GetHandlerReachedAt() *timestamppb.Timestamp + func (x *EchoResponse) GetHandlerRespondedAt() *timestamppb.Timestamp + func (x *EchoResponse) GetHeaders() map[string]string + func (x *EchoResponse) GetReceivedAt() *timestamppb.Timestamp + func (x *EchoResponse) GetRemoteAddr() string + func (x *EchoResponse) GetSentAt() *timestamppb.Timestamp + func (x *EchoResponse) ProtoReflect() protoreflect.Message + func (x *EchoResponse) Reset() + func (x *EchoResponse) String() string + type EchoServiceClient interface + Echo func(ctx context.Context, in *EchoRequest, opts ...grpc.CallOption) (*EchoResponse, error) + func NewEchoServiceClient(cc grpc.ClientConnInterface) EchoServiceClient + type EchoServiceServer interface + Echo func(context.Context, *EchoRequest) (*EchoResponse, error) + type UnimplementedEchoServiceServer struct + func (UnimplementedEchoServiceServer) Echo(context.Context, *EchoRequest) (*EchoResponse, error) + type UnsafeEchoServiceServer interface Other modules containing this package github.com/Semior001/grpc-echo