mirror of
https://github.com/google/flatbuffers.git
synced 2026-06-02 20:15:34 +00:00
17 lines
280 B
Go
17 lines
280 B
Go
// automatically generated by the FlatBuffers compiler, do not modify
|
|
|
|
package NamespaceB
|
|
|
|
const (
|
|
EnumInNestedNSA = 0
|
|
EnumInNestedNSB = 1
|
|
EnumInNestedNSC = 2
|
|
)
|
|
|
|
var EnumNamesEnumInNestedNS = map[int]string{
|
|
EnumInNestedNSA:"A",
|
|
EnumInNestedNSB:"B",
|
|
EnumInNestedNSC:"C",
|
|
}
|
|
|