-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
4 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
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 | ||
directory currently contains too much of the core library. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
# Resolver | ||
|
||
Implementations of various name resolution schemes. | ||
See the [naming spec](/doc/naming.md). |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,6 @@ | ||
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 | ||
directory currently contains too much of the core library. |