grpc is an implementation of the Go protocol buffer compiler's plugin architecture. It generates bindings for gRPC support.
| 41 | // grpc is an implementation of the Go protocol buffer compiler's |
| 42 | // plugin architecture. It generates bindings for gRPC support. |
| 43 | type grpc struct { |
| 44 | gen *generator.Generator |
| 45 | } |
| 46 | |
| 47 | // Name returns the name of this plugin, "grpc". |
| 48 | func (g *grpc) Name() string { |
nothing calls this directly
no outgoing calls
no test coverage detected