MCPcopy
hub / github.com/golang/protobuf / grpc

Struct grpc

protoc-gen-go/grpc/grpc.go:43–45  ·  view source on GitHub ↗

grpc is an implementation of the Go protocol buffer compiler's plugin architecture. It generates bindings for gRPC support.

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected