Skip to content
Snippets Groups Projects
Commit cbf5447a authored by Craig Tiller's avatar Craig Tiller
Browse files

Review feedback

parent f687cb89
No related branches found
No related tags found
No related merge requests found
Optional plugins for gRPC Core: Modules in this directory extend gRPC Core in Optional plugins for gRPC Core: Modules in this directory extend gRPC Core in
useful ways. useful ways. All optional code belongs here.
NOTE: The movement of code between lib and ext is an ongoing effort, so this NOTE: The movement of code between lib and ext is an ongoing effort, so this
directory currently contains too much of the core library. directory currently contains too much of the core library.
# Resolver # Resolver
Implementations of various name resolution schemes. Implementations of various name resolution schemes.
See the [naming spec](/doc/naming.md).
Required elements of gRPC Core: Each module in this directory is required to Required elements of gRPC Core: Each module in this directory is required to
build gRPC. build gRPC. If it's possible to envisage a configuration where code is not
required, then that code belongs in ext/ instead.
NOTE: The movement of code between lib and ext is an ongoing effort, so this NOTE: The movement of code between lib and ext is an ongoing effort, so this
directory currently contains too much of the core library. directory currently contains too much of the core library.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment