Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
tapir
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Package Registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor 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
Ashlie Martinez
tapir
797c73ac4c98d80a41eea6b47890ba3b671f541e
tapir
test-client
test-client-proto.proto
Find file
Normal view
History
Permalink
test-client-proto.proto
75 B
Newer
Older
making proto files v3 compatible
Naveen Kr. Sharma
committed
8 years ago
1
2
syntax
=
"proto2"
;
minimal code for threading error
Naveen Kr. Sharma
committed
8 years ago
3
4
5
message
TestMessage
{
required
int32
status
=
1
;
}