Versions in this module Expand all Collapse all v2 v2.0.1 Mar 31, 2022 v2.0.0 Mar 30, 2022 Changes in this version + var File_greeter_greeter_proto protoreflect.FileDescriptor + func RegisterGreeterHandler(s server.Server, hdlr GreeterHandler, opts ...server.HandlerOption) error + type GreeterHandler interface + FindPerson func(context.Context, *person.Person, *person.Person) error + Hello func(context.Context, *Request, *Response) error + Stream func(context.Context, Greeter_StreamStream) error + StreamA func(context.Context, *Request, Greeter_StreamAStream) error + StreamB func(context.Context, Greeter_StreamBStream) error + type GreeterService interface + FindPerson func(ctx context.Context, in *person.Person, opts ...client.CallOption) (*person.Person, error) + Hello func(ctx context.Context, in *Request, opts ...client.CallOption) (*Response, error) + Stream func(ctx context.Context, opts ...client.CallOption) (Greeter_StreamService, error) + StreamA func(ctx context.Context, in *Request, opts ...client.CallOption) (Greeter_StreamAService, error) + StreamB func(ctx context.Context, opts ...client.CallOption) (Greeter_StreamBService, error) + func NewGreeterService(name string, c client.Client) GreeterService + type Greeter_StreamAService interface + Close func() error + Context func() context.Context + Recv func() (*Response, error) + RecvMsg func(interface{}) error + SendMsg func(interface{}) error + type Greeter_StreamAStream interface + Close func() error + Context func() context.Context + RecvMsg func(interface{}) error + Send func(*Response) error + SendMsg func(interface{}) error + type Greeter_StreamBService interface + Close func() error + Context func() context.Context + RecvMsg func(interface{}) error + Send func(*Request) error + SendMsg func(interface{}) error + type Greeter_StreamBStream interface + Close func() error + Context func() context.Context + Recv func() (*Request, error) + RecvMsg func(interface{}) error + SendMsg func(interface{}) error + type Greeter_StreamService interface + Close func() error + Context func() context.Context + Recv func() (*Response, error) + RecvMsg func(interface{}) error + Send func(*Request) error + SendMsg func(interface{}) error + type Greeter_StreamStream interface + Close func() error + Context func() context.Context + Recv func() (*Request, error) + RecvMsg func(interface{}) error + Send func(*Response) error + SendMsg func(interface{}) error + type Request struct + Name string + func (*Request) Descriptor() ([]byte, []int) + func (*Request) ProtoMessage() + func (x *Request) GetName() string + func (x *Request) ProtoReflect() protoreflect.Message + func (x *Request) Reset() + func (x *Request) String() string + type Response struct + Msg string + func (*Response) Descriptor() ([]byte, []int) + func (*Response) ProtoMessage() + func (x *Response) GetMsg() string + func (x *Response) ProtoReflect() protoreflect.Message + func (x *Response) Reset() + func (x *Response) String() string