Documentation ¶
Overview ¶
Package greeter is a generated protocol buffer package.
It is generated from these files:
greeter.proto
It has these top-level messages:
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func RegisterGreeterHandler ¶
func RegisterGreeterHandler(s server.Server, hdlr GreeterHandler, opts ...server.HandlerOption) error
Types ¶
type GreeterHandler ¶
type GreeterService ¶
type GreeterService interface {
Hello(ctx context.Context, in *go_api.Request, opts ...client.CallOption) (*go_api.Response, error)
}
func NewGreeterService ¶
func NewGreeterService(name string, c client.Client) GreeterService
Click to show internal directories.
Click to hide internal directories.