GenerateAlias should generate an appropriate alias for the symbol from the named package.
(g *Generator, filename string, pkg GoPackageName)
| 323 | // GenerateAlias should generate an appropriate alias |
| 324 | // for the symbol from the named package. |
| 325 | GenerateAlias(g *Generator, filename string, pkg GoPackageName) |
| 326 | } |
| 327 | |
| 328 | type messageSymbol struct { |
no outgoing calls
no test coverage detected