Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
V
Vereign Client Library
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
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
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Code
Vereign Client Library
3815637b619d05e9636ab1af40328423208c41f7
vcl
cpp
src
csandbox.cc
Find file
Normal view
Permalink
csandbox.cc
58 B
Newer
Older
Blame preferences
Learn to ignore specific revisions
[18] gRPC json encoder
Daniel Lyubomirov
committed
5 years ago
1
[OPTIMIZATION] Use pimpl in the gRPC server
Daniel Lyubomirov
committed
5 years ago
2
auto
main
(
int
argc
,
char
*
argv
[])
->
int
{
[18] gRPC json encoder
Daniel Lyubomirov
committed
5 years ago
3
return
0
;
[18] grpc server and Rest API http client architecture
Daniel Lyubomirov
committed
5 years ago
4
}