| 347 | } |
| 348 | |
| 349 | type enumSymbol struct { |
| 350 | name string |
| 351 | proto3 bool // Whether this came from a proto3 file. |
| 352 | } |
| 353 | |
| 354 | func (es enumSymbol) GenerateAlias(g *Generator, filename string, pkg GoPackageName) { |
| 355 | s := es.name |
nothing calls this directly
no outgoing calls
no test coverage detected