mirror of
https://github.com/vee1e/flatbuffers.git
synced 2026-09-03 10:47:28 +00:00
17 lines
279 B
Go
17 lines
279 B
Go
// automatically generated by the FlatBuffers compiler, do not modify
|
|
|
|
package Example
|
|
|
|
type Color = int8
|
|
const (
|
|
ColorRed Color = 1
|
|
ColorGreen Color = 2
|
|
ColorBlue Color = 8
|
|
)
|
|
|
|
var EnumNamesColor = map[Color]string{
|
|
ColorRed:"Red",
|
|
ColorGreen:"Green",
|
|
ColorBlue:"Blue",
|
|
}
|
|
|