MCPcopy
hub / github.com/micro/go-micro / P

Method P

cmd/protoc-gen-micro/plugin/micro/micro.go:70–70  ·  view source on GitHub ↗

P forwards to g.gen.P.

(args ...interface{})

Source from the content-addressed store, hash-verified

68
69// P forwards to g.gen.P.
70func (g *micro) P(args ...interface{}) { g.gen.P(args...) }
71
72// Generate generates code for the services in the given file.
73func (g *micro) Generate(file *generator.FileDescriptor) {

Callers 6

GenerateMethod · 0.95
GenerateImportsMethod · 0.95
generateServiceMethod · 0.95
generateClientMethodMethod · 0.95
generateServerMethodMethod · 0.95
generateModelMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected