Versions in this module Expand all Collapse all v0 v0.46.0 Apr 21, 2026 Changes in this version + const ExampleService_StreamExample_FullMethodName + const ExampleService_UnaryExample_FullMethodName + var ExampleService_ServiceDesc = grpc.ServiceDesc + var File_example_proto protoreflect.FileDescriptor + func RegisterExampleServiceServer(s grpc.ServiceRegistrar, srv ExampleServiceServer) + type ExampleRequest struct + Message string + func (*ExampleRequest) Descriptor() ([]byte, []int) + func (*ExampleRequest) ProtoMessage() + func (x *ExampleRequest) GetMessage() string + func (x *ExampleRequest) ProtoReflect() protoreflect.Message + func (x *ExampleRequest) Reset() + func (x *ExampleRequest) String() string + type ExampleResponse struct + Message string + func (*ExampleResponse) Descriptor() ([]byte, []int) + func (*ExampleResponse) ProtoMessage() + func (x *ExampleResponse) GetMessage() string + func (x *ExampleResponse) ProtoReflect() protoreflect.Message + func (x *ExampleResponse) Reset() + func (x *ExampleResponse) String() string + type ExampleServiceClient interface + StreamExample func(ctx context.Context, opts ...grpc.CallOption) (grpc.BidiStreamingClient[ExampleRequest, ExampleResponse], error) + UnaryExample func(ctx context.Context, in *ExampleRequest, opts ...grpc.CallOption) (*ExampleResponse, error) + func NewExampleServiceClient(cc grpc.ClientConnInterface) ExampleServiceClient + type ExampleServiceServer interface + StreamExample func(grpc.BidiStreamingServer[ExampleRequest, ExampleResponse]) error + UnaryExample func(context.Context, *ExampleRequest) (*ExampleResponse, error) + type ExampleService_StreamExampleClient = grpc.BidiStreamingClient[ExampleRequest, ExampleResponse] + type ExampleService_StreamExampleServer = grpc.BidiStreamingServer[ExampleRequest, ExampleResponse] + type UnimplementedExampleServiceServer struct + func (UnimplementedExampleServiceServer) StreamExample(grpc.BidiStreamingServer[ExampleRequest, ExampleResponse]) error + func (UnimplementedExampleServiceServer) UnaryExample(context.Context, *ExampleRequest) (*ExampleResponse, error) + type UnsafeExampleServiceServer interface