Versions in this module Expand all Collapse all v0 v0.2.0 Jul 12, 2019 v0.1.0 Jan 30, 2019 Changes in this version + func RegisterExampleHandler(s server.Server, hdlr ExampleHandler, opts ...server.HandlerOption) + func RegisterExampleServer(s *grpc.Server, srv ExampleServer) + type ExampleClient interface + Call func(ctx context.Context, in *go_api.Request, opts ...grpc.CallOption) (*go_api.Response, error) + func NewExampleClient(cc *grpc.ClientConn) ExampleClient + type ExampleHandler interface + Call func(context.Context, *go_api.Request, *go_api.Response) error + type ExampleServer interface + Call func(context.Context, *go_api.Request) (*go_api.Response, error) + type ExampleService interface + Call func(ctx context.Context, in *go_api.Request, opts ...client.CallOption) (*go_api.Response, error) + func NewExampleService(serviceName string, c client.Client) ExampleService