Versions in this module Expand all Collapse all v0 v0.3.1 Jan 9, 2023 v0.3.0 Nov 4, 2022 v0.2.0 Oct 27, 2022 v0.1.2 Oct 26, 2022 v0.1.1 Oct 21, 2022 v0.1.0 Oct 21, 2022 Changes in this version + var File_grpc_demo_proto protoreflect.FileDescriptor + func RegisterGrpcDemoServiceServer(s *grpc.Server, srv GrpcDemoServiceServer) + type GrpcDemoServiceClient interface + AddOperation func(ctx context.Context, in *Param, opts ...grpc.CallOption) (*Result, error) + GetName func(ctx context.Context, in *Person, opts ...grpc.CallOption) (*Name, error) + func NewGrpcDemoServiceClient(cc grpc.ClientConnInterface) GrpcDemoServiceClient + type GrpcDemoServiceServer interface + AddOperation func(context.Context, *Param) (*Result, error) + GetName func(context.Context, *Person) (*Name, error) + type Name struct + Message string + func (*Name) Descriptor() ([]byte, []int) + func (*Name) ProtoMessage() + func (x *Name) GetMessage() string + func (x *Name) ProtoReflect() protoreflect.Message + func (x *Name) Reset() + func (x *Name) String() string + type Param struct + X int32 + Y int32 + func (*Param) Descriptor() ([]byte, []int) + func (*Param) ProtoMessage() + func (x *Param) GetX() int32 + func (x *Param) GetY() int32 + func (x *Param) ProtoReflect() protoreflect.Message + func (x *Param) Reset() + func (x *Param) String() string + type Person struct + FirstName string + LastName string + func (*Person) Descriptor() ([]byte, []int) + func (*Person) ProtoMessage() + func (x *Person) GetFirstName() string + func (x *Person) GetLastName() string + func (x *Person) ProtoReflect() protoreflect.Message + func (x *Person) Reset() + func (x *Person) String() string + type Result struct + Message int32 + func (*Result) Descriptor() ([]byte, []int) + func (*Result) ProtoMessage() + func (x *Result) GetMessage() int32 + func (x *Result) ProtoReflect() protoreflect.Message + func (x *Result) Reset() + func (x *Result) String() string + type UnimplementedGrpcDemoServiceServer struct + func (*UnimplementedGrpcDemoServiceServer) AddOperation(context.Context, *Param) (*Result, error) + func (*UnimplementedGrpcDemoServiceServer) GetName(context.Context, *Person) (*Name, error)