gorealis-v2/vendor/github.com/apache/thrift/lib/go/thrift
Renan DelValle 461b23400c
V2.0 thrift repository migration and cleanup (#98)
* Remove unnecessary files from the thrift repository that come along with the go library.

* Updating thrift generated code to be 0.12.0 final generated code.

* Remove git.apache.org dependency in vendor folder.

* Migrating from git.apache.org/thrift.git to github.com/apache/thrift

* Upgrading dep (although it will not work now that imports are using mod format, it allows for users to easily fix this with a replacement of the import path).

* Upgrading mod dependencies for Thrift to point to github.com location of the repository.

* Bug fix for Thermos Payload generation relating to the GPU being set.
2019-02-19 16:40:41 -08:00
..
application_exception.go V2.0 thrift repository migration and cleanup (#98) 2019-02-19 16:40:41 -08:00
application_exception_test.go V2.0 thrift repository migration and cleanup (#98) 2019-02-19 16:40:41 -08:00
binary_protocol.go V2.0 thrift repository migration and cleanup (#98) 2019-02-19 16:40:41 -08:00
binary_protocol_test.go V2.0 thrift repository migration and cleanup (#98) 2019-02-19 16:40:41 -08:00
buffered_transport.go V2.0 thrift repository migration and cleanup (#98) 2019-02-19 16:40:41 -08:00
buffered_transport_test.go V2.0 thrift repository migration and cleanup (#98) 2019-02-19 16:40:41 -08:00
client.go V2.0 thrift repository migration and cleanup (#98) 2019-02-19 16:40:41 -08:00
common_test.go V2.0 thrift repository migration and cleanup (#98) 2019-02-19 16:40:41 -08:00
compact_protocol.go V2.0 thrift repository migration and cleanup (#98) 2019-02-19 16:40:41 -08:00
compact_protocol_test.go V2.0 thrift repository migration and cleanup (#98) 2019-02-19 16:40:41 -08:00
context.go V2.0 thrift repository migration and cleanup (#98) 2019-02-19 16:40:41 -08:00
debug_protocol.go V2.0 thrift repository migration and cleanup (#98) 2019-02-19 16:40:41 -08:00
deserializer.go V2.0 thrift repository migration and cleanup (#98) 2019-02-19 16:40:41 -08:00
exception.go V2.0 thrift repository migration and cleanup (#98) 2019-02-19 16:40:41 -08:00
exception_test.go V2.0 thrift repository migration and cleanup (#98) 2019-02-19 16:40:41 -08:00
field.go V2.0 thrift repository migration and cleanup (#98) 2019-02-19 16:40:41 -08:00
framed_transport.go V2.0 thrift repository migration and cleanup (#98) 2019-02-19 16:40:41 -08:00
framed_transport_test.go V2.0 thrift repository migration and cleanup (#98) 2019-02-19 16:40:41 -08:00
http_client.go V2.0 thrift repository migration and cleanup (#98) 2019-02-19 16:40:41 -08:00
http_client_test.go V2.0 thrift repository migration and cleanup (#98) 2019-02-19 16:40:41 -08:00
http_transport.go V2.0 thrift repository migration and cleanup (#98) 2019-02-19 16:40:41 -08:00
iostream_transport.go V2.0 thrift repository migration and cleanup (#98) 2019-02-19 16:40:41 -08:00
iostream_transport_test.go V2.0 thrift repository migration and cleanup (#98) 2019-02-19 16:40:41 -08:00
json_protocol.go V2.0 thrift repository migration and cleanup (#98) 2019-02-19 16:40:41 -08:00
json_protocol_test.go V2.0 thrift repository migration and cleanup (#98) 2019-02-19 16:40:41 -08:00
lowlevel_benchmarks_test.go V2.0 thrift repository migration and cleanup (#98) 2019-02-19 16:40:41 -08:00
memory_buffer.go V2.0 thrift repository migration and cleanup (#98) 2019-02-19 16:40:41 -08:00
memory_buffer_test.go V2.0 thrift repository migration and cleanup (#98) 2019-02-19 16:40:41 -08:00
messagetype.go V2.0 thrift repository migration and cleanup (#98) 2019-02-19 16:40:41 -08:00
multiplexed_protocol.go V2.0 thrift repository migration and cleanup (#98) 2019-02-19 16:40:41 -08:00
numeric.go V2.0 thrift repository migration and cleanup (#98) 2019-02-19 16:40:41 -08:00
pointerize.go V2.0 thrift repository migration and cleanup (#98) 2019-02-19 16:40:41 -08:00
processor_factory.go V2.0 thrift repository migration and cleanup (#98) 2019-02-19 16:40:41 -08:00
protocol.go V2.0 thrift repository migration and cleanup (#98) 2019-02-19 16:40:41 -08:00
protocol_exception.go V2.0 thrift repository migration and cleanup (#98) 2019-02-19 16:40:41 -08:00
protocol_factory.go V2.0 thrift repository migration and cleanup (#98) 2019-02-19 16:40:41 -08:00
protocol_test.go V2.0 thrift repository migration and cleanup (#98) 2019-02-19 16:40:41 -08:00
rich_transport.go V2.0 thrift repository migration and cleanup (#98) 2019-02-19 16:40:41 -08:00
rich_transport_test.go V2.0 thrift repository migration and cleanup (#98) 2019-02-19 16:40:41 -08:00
serializer.go V2.0 thrift repository migration and cleanup (#98) 2019-02-19 16:40:41 -08:00
serializer_test.go V2.0 thrift repository migration and cleanup (#98) 2019-02-19 16:40:41 -08:00
serializer_types_test.go V2.0 thrift repository migration and cleanup (#98) 2019-02-19 16:40:41 -08:00
server.go V2.0 thrift repository migration and cleanup (#98) 2019-02-19 16:40:41 -08:00
server_socket.go V2.0 thrift repository migration and cleanup (#98) 2019-02-19 16:40:41 -08:00
server_socket_test.go V2.0 thrift repository migration and cleanup (#98) 2019-02-19 16:40:41 -08:00
server_test.go V2.0 thrift repository migration and cleanup (#98) 2019-02-19 16:40:41 -08:00
server_transport.go V2.0 thrift repository migration and cleanup (#98) 2019-02-19 16:40:41 -08:00
simple_json_protocol.go V2.0 thrift repository migration and cleanup (#98) 2019-02-19 16:40:41 -08:00
simple_json_protocol_test.go V2.0 thrift repository migration and cleanup (#98) 2019-02-19 16:40:41 -08:00
simple_server.go V2.0 thrift repository migration and cleanup (#98) 2019-02-19 16:40:41 -08:00
simple_server_test.go V2.0 thrift repository migration and cleanup (#98) 2019-02-19 16:40:41 -08:00
socket.go V2.0 thrift repository migration and cleanup (#98) 2019-02-19 16:40:41 -08:00
ssl_server_socket.go V2.0 thrift repository migration and cleanup (#98) 2019-02-19 16:40:41 -08:00
ssl_socket.go V2.0 thrift repository migration and cleanup (#98) 2019-02-19 16:40:41 -08:00
transport.go V2.0 thrift repository migration and cleanup (#98) 2019-02-19 16:40:41 -08:00
transport_exception.go V2.0 thrift repository migration and cleanup (#98) 2019-02-19 16:40:41 -08:00
transport_exception_test.go V2.0 thrift repository migration and cleanup (#98) 2019-02-19 16:40:41 -08:00
transport_factory.go V2.0 thrift repository migration and cleanup (#98) 2019-02-19 16:40:41 -08:00
transport_test.go V2.0 thrift repository migration and cleanup (#98) 2019-02-19 16:40:41 -08:00
type.go V2.0 thrift repository migration and cleanup (#98) 2019-02-19 16:40:41 -08:00
zlib_transport.go V2.0 thrift repository migration and cleanup (#98) 2019-02-19 16:40:41 -08:00
zlib_transport_test.go V2.0 thrift repository migration and cleanup (#98) 2019-02-19 16:40:41 -08:00