Versions in this module Expand all Collapse all v1 v1.0.1 Oct 21, 2024 Changes in this version + const GreatingService_Say_FullMethodName + var File_greating_proto protoreflect.FileDescriptor + var GreatingService_ServiceDesc = grpc.ServiceDesc + func RegisterGreatingServiceServer(s grpc.ServiceRegistrar, srv GreatingServiceServer) + type GreatingRequest struct + Msg string + func (*GreatingRequest) Descriptor() ([]byte, []int) + func (*GreatingRequest) ProtoMessage() + func (x *GreatingRequest) GetMsg() string + func (x *GreatingRequest) ProtoReflect() protoreflect.Message + func (x *GreatingRequest) Reset() + func (x *GreatingRequest) String() string + type GreatingResponse struct + Msg string + func (*GreatingResponse) Descriptor() ([]byte, []int) + func (*GreatingResponse) ProtoMessage() + func (x *GreatingResponse) GetMsg() string + func (x *GreatingResponse) ProtoReflect() protoreflect.Message + func (x *GreatingResponse) Reset() + func (x *GreatingResponse) String() string + type GreatingServiceClient interface + Say func(ctx context.Context, in *GreatingRequest, opts ...grpc.CallOption) (*GreatingResponse, error) + func NewGreatingServiceClient(cc grpc.ClientConnInterface) GreatingServiceClient + type GreatingServiceServer interface + Say func(context.Context, *GreatingRequest) (*GreatingResponse, error) + type UnimplementedGreatingServiceServer struct + func (UnimplementedGreatingServiceServer) Say(context.Context, *GreatingRequest) (*GreatingResponse, error) + type UnsafeGreatingServiceServer interface v1.0.0 Oct 5, 2024