index
:
debian/packages/python-aristaproto
debian
upstream
debian: python-aristaproto
Progress Linux
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tests
/
inputs
/
bool
/
bool.proto
blob: 77836b8e0634af973b1e7ea3d89d86643c83c694 (
plain
)
1
2
3
4
5
6
7
syntax
=
"proto3"
;
package
bool
;
message
Test
{
bool
value
=
1
;
}