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