2016-05-26 13:26:58 +00:00
|
|
|
// automatically generated by the FlatBuffers compiler, do not modify
|
2014-07-11 23:12:35 +00:00
|
|
|
|
|
|
|
package Example
|
|
|
|
|
|
|
|
const (
|
2014-07-17 22:12:37 +00:00
|
|
|
ColorRed = 1
|
|
|
|
ColorGreen = 2
|
|
|
|
ColorBlue = 8
|
2014-07-11 23:12:35 +00:00
|
|
|
)
|
2016-07-26 02:37:16 +00:00
|
|
|
|
|
|
|
var EnumNamesColor = map[int]string{
|
|
|
|
ColorRed:"Red",
|
|
|
|
ColorGreen:"Green",
|
|
|
|
ColorBlue:"Blue",
|
|
|
|
}
|
|
|
|
|