Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
G
Grpc
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
tci-gateway-module
Grpc
Commits
cbf5447a
Commit
cbf5447a
authored
8 years ago
by
Craig Tiller
Browse files
Options
Downloads
Patches
Plain Diff
Review feedback
parent
f687cb89
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
src/core/ext/README.md
+1
-1
1 addition, 1 deletion
src/core/ext/README.md
src/core/ext/resolver/README.md
+1
-0
1 addition, 0 deletions
src/core/ext/resolver/README.md
src/core/lib/README.md
+2
-1
2 additions, 1 deletion
src/core/lib/README.md
with
4 additions
and
2 deletions
src/core/ext/README.md
+
1
−
1
View file @
cbf5447a
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.
This diff is collapsed.
Click to expand it.
src/core/ext/resolver/README.md
+
1
−
0
View file @
cbf5447a
# Resolver
# Resolver
Implementations of various name resolution schemes.
Implementations of various name resolution schemes.
See the
[
naming spec
](
/doc/naming.md
)
.
This diff is collapsed.
Click to expand it.
src/core/lib/README.md
+
2
−
1
View file @
cbf5447a
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.
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment