fishy opened a new pull request, #3116:
URL: https://github.com/apache/thrift/pull/3116
Client: go
The generated map looks like this:
type Foo int64
const (
Foo_One Foo = 1
Foo_Two Foo = 2
)
var FooKnownValues = map[Foo]bool {
Foo_One: true,
Foo_Two: true,
}
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]