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

Struct enumSymbol

protoc-gen-go/generator/generator.go:349–352  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected