Versions in this module Expand all Collapse all v0 v0.1.3 May 16, 2022 Changes in this version + var DemoService_ServiceDesc = grpc.ServiceDesc + var File_idl_demo_demo_proto protoreflect.FileDescriptor + var OurTeam_name = map[int32]string + var OurTeam_value = map[string]int32 + func RegisterDemoServiceHandler(ctx context.Context, mux *runtime.ServeMux, conn *grpc.ClientConn) error + func RegisterDemoServiceHandlerClient(ctx context.Context, mux *runtime.ServeMux, client DemoServiceClient) error + func RegisterDemoServiceHandlerFromEndpoint(ctx context.Context, mux *runtime.ServeMux, endpoint string, ...) (err error) + func RegisterDemoServiceHandlerServer(ctx context.Context, mux *runtime.ServeMux, server DemoServiceServer) error + func RegisterDemoServiceServer(s grpc.ServiceRegistrar, srv DemoServiceServer) + type DemoServiceClient interface + Echo func(ctx context.Context, in *StringMessage, opts ...grpc.CallOption) (*StringMessage, error) + func NewDemoServiceClient(cc grpc.ClientConnInterface) DemoServiceClient + type DemoServiceServer interface + Echo func(context.Context, *StringMessage) (*StringMessage, error) + type OurTeam int32 + const OurTeam_devad + func (OurTeam) Descriptor() protoreflect.EnumDescriptor + func (OurTeam) EnumDescriptor() ([]byte, []int) + func (OurTeam) Type() protoreflect.EnumType + func (x OurTeam) Enum() *OurTeam + func (x OurTeam) Number() protoreflect.EnumNumber + func (x OurTeam) String() string + type StringMessage struct + Value string + func (*StringMessage) Descriptor() ([]byte, []int) + func (*StringMessage) ProtoMessage() + func (x *StringMessage) GetValue() string + func (x *StringMessage) ProtoReflect() protoreflect.Message + func (x *StringMessage) Reset() + func (x *StringMessage) String() string + type UnimplementedDemoServiceServer struct + func (UnimplementedDemoServiceServer) Echo(context.Context, *StringMessage) (*StringMessage, error) + type UnsafeDemoServiceServer interface