Versions in this module Expand all Collapse all v2 v2.0.6 Feb 26, 2022 v2.0.4 Feb 25, 2022 v2.0.1 Feb 25, 2022 Changes in this version + var File_test_proto protoreflect.FileDescriptor + var TestService_ServiceDesc = grpc.ServiceDesc + func RegisterTestServiceServer(s grpc.ServiceRegistrar, srv TestServiceServer) + type GetMessageRequest struct + Id int32 + func (*GetMessageRequest) Descriptor() ([]byte, []int) + func (*GetMessageRequest) ProtoMessage() + func (x *GetMessageRequest) GetId() int32 + func (x *GetMessageRequest) ProtoReflect() protoreflect.Message + func (x *GetMessageRequest) Reset() + func (x *GetMessageRequest) String() string + type GetMessageResponse struct + Message *Message + func (*GetMessageResponse) Descriptor() ([]byte, []int) + func (*GetMessageResponse) ProtoMessage() + func (x *GetMessageResponse) GetMessage() *Message + func (x *GetMessageResponse) ProtoReflect() protoreflect.Message + func (x *GetMessageResponse) Reset() + func (x *GetMessageResponse) String() string + type Message struct + Description string + Id int32 + Time *timestamppb.Timestamp + Title string + func (*Message) Descriptor() ([]byte, []int) + func (*Message) ProtoMessage() + func (x *Message) GetDescription() string + func (x *Message) GetId() int32 + func (x *Message) GetTime() *timestamppb.Timestamp + func (x *Message) GetTitle() string + func (x *Message) ProtoReflect() protoreflect.Message + func (x *Message) Reset() + func (x *Message) String() string + type TestServiceClient interface + GetMessage func(ctx context.Context, in *GetMessageRequest, opts ...grpc.CallOption) (*GetMessageResponse, error) + func NewTestServiceClient(cc grpc.ClientConnInterface) TestServiceClient + type TestServiceServer interface + GetMessage func(context.Context, *GetMessageRequest) (*GetMessageResponse, error) + type UnimplementedTestServiceServer struct + func (UnimplementedTestServiceServer) GetMessage(context.Context, *GetMessageRequest) (*GetMessageResponse, error) + type UnsafeTestServiceServer interface Other modules containing this package github.com/sergionunezgo/go-reuse