Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created August 19, 2019 10:13
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ryantm/d0f0c96e1cbe7ada4393df69ee9f7aa5 to your computer and use it in GitHub Desktop.
Save ryantm/d0f0c96e1cbe7ada4393df69ee9f7aa5 to your computer and use it in GitHub Desktop.
/nix/store/lnpg8hsymm7ds1823zism2pw2h10m2cz-grpc-1.23.0
├── bin
│   ├── grpc_cpp_plugin
│   ├── grpc_csharp_plugin
│   ├── grpc_node_plugin
│   ├── grpc_objective_c_plugin
│   ├── grpc_php_plugin
│   ├── grpc_python_plugin
│   └── grpc_ruby_plugin
├── include
│   ├── grpc
│   │   ├── byte_buffer.h
│   │   ├── byte_buffer_reader.h
│   │   ├── census.h
│   │   ├── compression.h
│   │   ├── fork.h
│   │   ├── grpc_cronet.h
│   │   ├── grpc.h
│   │   ├── grpc_posix.h
│   │   ├── grpc_security_constants.h
│   │   ├── grpc_security.h
│   │   ├── impl
│   │   │   └── codegen
│   │   │   ├── atm_gcc_atomic.h
│   │   │   ├── atm_gcc_sync.h
│   │   │   ├── atm.h
│   │   │   ├── atm_windows.h
│   │   │   ├── byte_buffer.h
│   │   │   ├── byte_buffer_reader.h
│   │   │   ├── compression_types.h
│   │   │   ├── connectivity_state.h
│   │   │   ├── fork.h
│   │   │   ├── gpr_slice.h
│   │   │   ├── gpr_types.h
│   │   │   ├── grpc_types.h
│   │   │   ├── log.h
│   │   │   ├── port_platform.h
│   │   │   ├── propagation_bits.h
│   │   │   ├── slice.h
│   │   │   ├── status.h
│   │   │   ├── sync_custom.h
│   │   │   ├── sync_generic.h
│   │   │   ├── sync.h
│   │   │   ├── sync_posix.h
│   │   │   └── sync_windows.h
│   │   ├── load_reporting.h
│   │   ├── slice_buffer.h
│   │   ├── slice.h
│   │   ├── status.h
│   │   └── support
│   │   ├── alloc.h
│   │   ├── atm_gcc_atomic.h
│   │   ├── atm_gcc_sync.h
│   │   ├── atm.h
│   │   ├── atm_windows.h
│   │   ├── cpu.h
│   │   ├── log.h
│   │   ├── log_windows.h
│   │   ├── port_platform.h
│   │   ├── string_util.h
│   │   ├── sync_custom.h
│   │   ├── sync_generic.h
│   │   ├── sync.h
│   │   ├── sync_posix.h
│   │   ├── sync_windows.h
│   │   ├── thd_id.h
│   │   ├── time.h
│   │   └── workaround_list.h
│   ├── grpc++
│   │   ├── alarm.h
│   │   ├── channel.h
│   │   ├── client_context.h
│   │   ├── completion_queue.h
│   │   ├── create_channel.h
│   │   ├── create_channel_posix.h
│   │   ├── ext
│   │   │   ├── health_check_service_server_builder_option.h
│   │   │   └── proto_server_reflection_plugin.h
│   │   ├── generic
│   │   │   ├── async_generic_service.h
│   │   │   └── generic_stub.h
│   │   ├── grpc++.h
│   │   ├── health_check_service_interface.h
│   │   ├── impl
│   │   │   ├── call.h
│   │   │   ├── channel_argument_option.h
│   │   │   ├── client_unary_call.h
│   │   │   ├── codegen
│   │   │   │   ├── async_stream.h
│   │   │   │   ├── async_unary_call.h
│   │   │   │   ├── byte_buffer.h
│   │   │   │   ├── call.h
│   │   │   │   ├── call_hook.h
│   │   │   │   ├── channel_interface.h
│   │   │   │   ├── client_context.h
│   │   │   │   ├── client_unary_call.h
│   │   │   │   ├── completion_queue.h
│   │   │   │   ├── completion_queue_tag.h
│   │   │   │   ├── config.h
│   │   │   │   ├── config_protobuf.h
│   │   │   │   ├── core_codegen.h
│   │   │   │   ├── core_codegen_interface.h
│   │   │   │   ├── create_auth_context.h
│   │   │   │   ├── grpc_library.h
│   │   │   │   ├── metadata_map.h
│   │   │   │   ├── method_handler_impl.h
│   │   │   │   ├── proto_utils.h
│   │   │   │   ├── rpc_method.h
│   │   │   │   ├── rpc_service_method.h
│   │   │   │   ├── security
│   │   │   │   │   └── auth_context.h
│   │   │   │   ├── serialization_traits.h
│   │   │   │   ├── server_context.h
│   │   │   │   ├── server_interface.h
│   │   │   │   ├── service_type.h
│   │   │   │   ├── slice.h
│   │   │   │   ├── status_code_enum.h
│   │   │   │   ├── status.h
│   │   │   │   ├── string_ref.h
│   │   │   │   ├── stub_options.h
│   │   │   │   ├── sync_stream.h
│   │   │   │   └── time.h
│   │   │   ├── grpc_library.h
│   │   │   ├── method_handler_impl.h
│   │   │   ├── rpc_method.h
│   │   │   ├── rpc_service_method.h
│   │   │   ├── serialization_traits.h
│   │   │   ├── server_builder_option.h
│   │   │   ├── server_builder_plugin.h
│   │   │   ├── server_initializer.h
│   │   │   └── service_type.h
│   │   ├── resource_quota.h
│   │   ├── security
│   │   │   ├── auth_context.h
│   │   │   ├── auth_metadata_processor.h
│   │   │   ├── credentials.h
│   │   │   └── server_credentials.h
│   │   ├── server_builder.h
│   │   ├── server_context.h
│   │   ├── server.h
│   │   ├── server_posix.h
│   │   └── support
│   │   ├── async_stream.h
│   │   ├── async_unary_call.h
│   │   ├── byte_buffer.h
│   │   ├── channel_arguments.h
│   │   ├── config.h
│   │   ├── error_details.h
│   │   ├── slice.h
│   │   ├── status_code_enum.h
│   │   ├── status.h
│   │   ├── string_ref.h
│   │   ├── stub_options.h
│   │   ├── sync_stream.h
│   │   └── time.h
│   └── grpcpp
│   ├── alarm.h
│   ├── alarm_impl.h
│   ├── channel.h
│   ├── channel_impl.h
│   ├── client_context.h
│   ├── completion_queue.h
│   ├── completion_queue_impl.h
│   ├── create_channel.h
│   ├── create_channel_impl.h
│   ├── create_channel_posix.h
│   ├── create_channel_posix_impl.h
│   ├── ext
│   │   ├── channelz_service_plugin.h
│   │   ├── channelz_service_plugin_impl.h
│   │   ├── health_check_service_server_builder_option.h
│   │   ├── proto_server_reflection_plugin.h
│   │   └── proto_server_reflection_plugin_impl.h
│   ├── generic
│   │   ├── async_generic_service.h
│   │   ├── generic_stub.h
│   │   └── generic_stub_impl.h
│   ├── grpcpp.h
│   ├── health_check_service_interface.h
│   ├── health_check_service_interface_impl.h
│   ├── impl
│   │   ├── call.h
│   │   ├── channel_argument_option.h
│   │   ├── client_unary_call.h
│   │   ├── codegen
│   │   │   ├── async_generic_service.h
│   │   │   ├── async_stream.h
│   │   │   ├── async_stream_impl.h
│   │   │   ├── async_unary_call.h
│   │   │   ├── async_unary_call_impl.h
│   │   │   ├── byte_buffer.h
│   │   │   ├── callback_common.h
│   │   │   ├── call.h
│   │   │   ├── call_hook.h
│   │   │   ├── call_op_set.h
│   │   │   ├── call_op_set_interface.h
│   │   │   ├── channel_interface.h
│   │   │   ├── client_callback.h
│   │   │   ├── client_callback_impl.h
│   │   │   ├── client_context.h
│   │   │   ├── client_context_impl.h
│   │   │   ├── client_interceptor.h
│   │   │   ├── client_unary_call.h
│   │   │   ├── completion_queue.h
│   │   │   ├── completion_queue_impl.h
│   │   │   ├── completion_queue_tag.h
│   │   │   ├── config.h
│   │   │   ├── config_protobuf.h
│   │   │   ├── core_codegen.h
│   │   │   ├── core_codegen_interface.h
│   │   │   ├── create_auth_context.h
│   │   │   ├── grpc_library.h
│   │   │   ├── intercepted_channel.h
│   │   │   ├── interceptor_common.h
│   │   │   ├── interceptor.h
│   │   │   ├── message_allocator.h
│   │   │   ├── metadata_map.h
│   │   │   ├── method_handler_impl.h
│   │   │   ├── proto_buffer_reader.h
│   │   │   ├── proto_buffer_writer.h
│   │   │   ├── proto_utils.h
│   │   │   ├── rpc_method.h
│   │   │   ├── rpc_service_method.h
│   │   │   ├── security
│   │   │   │   └── auth_context.h
│   │   │   ├── serialization_traits.h
│   │   │   ├── server_callback.h
│   │   │   ├── server_callback_impl.h
│   │   │   ├── server_context.h
│   │   │   ├── server_context_impl.h
│   │   │   ├── server_interceptor.h
│   │   │   ├── server_interface.h
│   │   │   ├── service_type.h
│   │   │   ├── slice.h
│   │   │   ├── status_code_enum.h
│   │   │   ├── status.h
│   │   │   ├── string_ref.h
│   │   │   ├── stub_options.h
│   │   │   ├── sync.h
│   │   │   ├── sync_stream.h
│   │   │   ├── sync_stream_impl.h
│   │   │   └── time.h
│   │   ├── grpc_library.h
│   │   ├── method_handler_impl.h
│   │   ├── rpc_method.h
│   │   ├── rpc_service_method.h
│   │   ├── serialization_traits.h
│   │   ├── server_builder_option.h
│   │   ├── server_builder_option_impl.h
│   │   ├── server_builder_plugin.h
│   │   ├── server_initializer.h
│   │   ├── server_initializer_impl.h
│   │   └── service_type.h
│   ├── resource_quota.h
│   ├── resource_quota_impl.h
│   ├── security
│   │   ├── auth_context.h
│   │   ├── auth_metadata_processor.h
│   │   ├── auth_metadata_processor_impl.h
│   │   ├── credentials.h
│   │   ├── credentials_impl.h
│   │   ├── server_credentials.h
│   │   └── server_credentials_impl.h
│   ├── server_builder.h
│   ├── server_builder_impl.h
│   ├── server_context.h
│   ├── server.h
│   ├── server_impl.h
│   ├── server_posix.h
│   ├── server_posix_impl.h
│   └── support
│   ├── async_stream.h
│   ├── async_stream_impl.h
│   ├── async_unary_call.h
│   ├── async_unary_call_impl.h
│   ├── byte_buffer.h
│   ├── channel_arguments.h
│   ├── channel_arguments_impl.h
│   ├── client_callback.h
│   ├── client_callback_impl.h
│   ├── client_interceptor.h
│   ├── config.h
│   ├── error_details.h
│   ├── error_details_impl.h
│   ├── interceptor.h
│   ├── message_allocator.h
│   ├── proto_buffer_reader.h
│   ├── proto_buffer_writer.h
│   ├── server_callback.h
│   ├── server_callback_impl.h
│   ├── server_interceptor.h
│   ├── slice.h
│   ├── status_code_enum.h
│   ├── status.h
│   ├── string_ref.h
│   ├── stub_options.h
│   ├── sync_stream.h
│   ├── sync_stream_impl.h
│   ├── time.h
│   └── validate_service_config.h
├── lib
│   ├── cmake
│   │   └── grpc
│   │   ├── gRPCConfig.cmake
│   │   ├── gRPCConfigVersion.cmake
│   │   ├── gRPCTargets.cmake
│   │   └── gRPCTargets-release.cmake
│   ├── libaddress_sorting.so
│   ├── libgpr.so
│   ├── libgrpc_cronet.so
│   ├── libgrpc_csharp_ext.so
│   ├── libgrpc++_error_details.so
│   ├── libgrpc_plugin_support.so
│   ├── libgrpcpp_channelz.so
│   ├── libgrpc++_reflection.so
│   ├── libgrpc.so
│   ├── libgrpc++.so
│   ├── libgrpc_unsecure.so
│   └── libgrpc++_unsecure.so
└── share
└── grpc
└── roots.pem
27 directories, 294 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment