Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewGreeterEndpoints ¶
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 *Request, opts ...client.CallOption) (*Response, error) Stream(ctx context.Context, opts ...client.CallOption) (Greeter_StreamService, error) }
func NewGreeterService ¶
func NewGreeterService(name string, c client.Client) GreeterService
type Greeter_StreamService ¶
Click to show internal directories.
Click to hide internal directories.