Documentation ¶
Overview ¶
Package go_micro_api_greeter is a generated protocol buffer package.
It is generated from these files:
github.com/micro/examples/greeter/api/rpc/proto/hello/hello.proto
It has these top-level messages:
Request Response
Package go_micro_api_greeter is a generated protocol buffer package.
It is generated from these files:
github.com/micro/examples/greeter/api/rpc/proto/hello/hello.proto
It has these top-level messages:
Request Response
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func RegisterGreeterHandler ¶
func RegisterGreeterHandler(s server.Server, hdlr GreeterHandler, opts ...server.HandlerOption)
Types ¶
type Greeter ¶
type Greeter struct {
GreeterHandler
}
type GreeterClient ¶
type GreeterClient interface {
Hello(ctx context.Context, in *Request, opts ...client.CallOption) (*Response, error)
}
func NewGreeterClient ¶
func NewGreeterClient(serviceName string, c client.Client) GreeterClient
type GreeterHandler ¶
type Request ¶
type Request struct {
Name string `protobuf:"bytes,1,opt,name=name" json:"name,omitempty"`
}
func (*Request) Descriptor ¶
func (*Request) ProtoMessage ¶
func (*Request) ProtoMessage()
type Response ¶
type Response struct {
Msg string `protobuf:"bytes,1,opt,name=msg" json:"msg,omitempty"`
}
func (*Response) Descriptor ¶
func (*Response) ProtoMessage ¶
func (*Response) ProtoMessage()
Click to show internal directories.
Click to hide internal directories.