Skip to content

Conversation

@kostya-sh
Copy link

…thods

This change adds a new option to Go trift compiler: dont_export_rw.

When it is specified generated Read and Write methods will be called 'read' and
'write' (and hence are non-exported).

This can be useful if a package author wants to make the generated structs part
of public package API but doesn't want the package depend on thrift
library. This will make vendoring thrift library easier too.

…thods

This change adds a new option to Go trift compiler: dont_export_rw.

When it is specified generated Read and Write methods will be called 'read' and
'write' (and hence are non-exported).

This can be useful if a package author wants to make the generated structs part
of public package API but doesn't want the package depend on thrift
library. This will make vendoring thrift library easier too.
@asfgit asfgit closed this in 70219e1 May 20, 2015
allengeorge pushed a commit to allengeorge/thrift that referenced this pull request Jan 1, 2017
Client: Go
Patch: Konstantin Shaposhnikov <k.shaposhnikov@gmail.com>, slightly modified by Jens Geyer

This closes apache#505
Jens-G pushed a commit to Jens-G/thrift that referenced this pull request Apr 14, 2019
Add ThreadPool and CPU summary to connection related errors.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant