Versions in this module Expand all Collapse all v0 v0.1.4 Jul 17, 2024 Changes in this version + const ExampleGreeter_SayExample_FullMethodName + const ExampleIdentity_ServerVersion_FullMethodName + var ExampleGreeter_ServiceDesc = grpc.ServiceDesc + var ExampleIdentity_ServiceDesc = grpc.ServiceDesc + var ExampleVersion_Version_name = map[int32]string + var ExampleVersion_Version_value = map[string]int32 + var File_apis_example_apiv1_example_proto protoreflect.FileDescriptor + func RegisterExampleGreeterHandler(ctx context.Context, mux *runtime.ServeMux, conn *grpc.ClientConn) error + func RegisterExampleGreeterHandlerClient(ctx context.Context, mux *runtime.ServeMux, client ExampleGreeterClient) error + func RegisterExampleGreeterHandlerFromEndpoint(ctx context.Context, mux *runtime.ServeMux, endpoint string, ...) (err error) + func RegisterExampleGreeterHandlerServer(ctx context.Context, mux *runtime.ServeMux, server ExampleGreeterServer) error + func RegisterExampleGreeterServer(s grpc.ServiceRegistrar, srv ExampleGreeterServer) + func RegisterExampleIdentityHandler(ctx context.Context, mux *runtime.ServeMux, conn *grpc.ClientConn) error + func RegisterExampleIdentityHandlerClient(ctx context.Context, mux *runtime.ServeMux, client ExampleIdentityClient) error + func RegisterExampleIdentityHandlerFromEndpoint(ctx context.Context, mux *runtime.ServeMux, endpoint string, ...) (err error) + func RegisterExampleIdentityHandlerServer(ctx context.Context, mux *runtime.ServeMux, server ExampleIdentityServer) error + func RegisterExampleIdentityServer(s grpc.ServiceRegistrar, srv ExampleIdentityServer) + type ExampleGreeterClient interface + SayExample func(ctx context.Context, in *ExampleGreeterSayExampleRequest, ...) (*ExampleGreeterSayExampleResponse, error) + func NewExampleGreeterClient(cc grpc.ClientConnInterface) ExampleGreeterClient + type ExampleGreeterSayExampleRequest struct + Name string + func (*ExampleGreeterSayExampleRequest) Descriptor() ([]byte, []int) + func (*ExampleGreeterSayExampleRequest) ProtoMessage() + func (x *ExampleGreeterSayExampleRequest) GetName() string + func (x *ExampleGreeterSayExampleRequest) ProtoReflect() protoreflect.Message + func (x *ExampleGreeterSayExampleRequest) Reset() + func (x *ExampleGreeterSayExampleRequest) String() string + type ExampleGreeterSayExampleResponse struct + Message string + func (*ExampleGreeterSayExampleResponse) Descriptor() ([]byte, []int) + func (*ExampleGreeterSayExampleResponse) ProtoMessage() + func (x *ExampleGreeterSayExampleResponse) GetMessage() string + func (x *ExampleGreeterSayExampleResponse) ProtoReflect() protoreflect.Message + func (x *ExampleGreeterSayExampleResponse) Reset() + func (x *ExampleGreeterSayExampleResponse) String() string + type ExampleGreeterServer interface + SayExample func(context.Context, *ExampleGreeterSayExampleRequest) (*ExampleGreeterSayExampleResponse, error) + type ExampleIdentityClient interface + ServerVersion func(ctx context.Context, in *ExampleIdentityVersionRequest, ...) (*ExampleIdentityVersionResponse, error) + func NewExampleIdentityClient(cc grpc.ClientConnInterface) ExampleIdentityClient + type ExampleIdentityServer interface + ServerVersion func(context.Context, *ExampleIdentityVersionRequest) (*ExampleIdentityVersionResponse, error) + type ExampleIdentityVersionRequest struct + func (*ExampleIdentityVersionRequest) Descriptor() ([]byte, []int) + func (*ExampleIdentityVersionRequest) ProtoMessage() + func (x *ExampleIdentityVersionRequest) ProtoReflect() protoreflect.Message + func (x *ExampleIdentityVersionRequest) Reset() + func (x *ExampleIdentityVersionRequest) String() string + type ExampleIdentityVersionResponse struct + ServerVersion *ExampleVersion + func (*ExampleIdentityVersionResponse) Descriptor() ([]byte, []int) + func (*ExampleIdentityVersionResponse) ProtoMessage() + func (x *ExampleIdentityVersionResponse) GetServerVersion() *ExampleVersion + func (x *ExampleIdentityVersionResponse) ProtoReflect() protoreflect.Message + func (x *ExampleIdentityVersionResponse) Reset() + func (x *ExampleIdentityVersionResponse) String() string + type ExampleVersion struct + Major int32 + Minor int32 + Patch int32 + Version string + func (*ExampleVersion) Descriptor() ([]byte, []int) + func (*ExampleVersion) ProtoMessage() + func (x *ExampleVersion) GetMajor() int32 + func (x *ExampleVersion) GetMinor() int32 + func (x *ExampleVersion) GetPatch() int32 + func (x *ExampleVersion) GetVersion() string + func (x *ExampleVersion) ProtoReflect() protoreflect.Message + func (x *ExampleVersion) Reset() + func (x *ExampleVersion) String() string + type ExampleVersion_Version int32 + const ExampleVersion_MAJOR + const ExampleVersion_MINOR + const ExampleVersion_PATCH + const ExampleVersion_VERSION_UNSPECIFIED + func (ExampleVersion_Version) Descriptor() protoreflect.EnumDescriptor + func (ExampleVersion_Version) EnumDescriptor() ([]byte, []int) + func (ExampleVersion_Version) Type() protoreflect.EnumType + func (x ExampleVersion_Version) Enum() *ExampleVersion_Version + func (x ExampleVersion_Version) Number() protoreflect.EnumNumber + func (x ExampleVersion_Version) String() string + type UnimplementedExampleGreeterServer struct + func (UnimplementedExampleGreeterServer) SayExample(context.Context, *ExampleGreeterSayExampleRequest) (*ExampleGreeterSayExampleResponse, error) + type UnimplementedExampleIdentityServer struct + func (UnimplementedExampleIdentityServer) ServerVersion(context.Context, *ExampleIdentityVersionRequest) (*ExampleIdentityVersionResponse, error) + type UnsafeExampleGreeterServer interface + type UnsafeExampleIdentityServer interface