This website requires JavaScript.
Explore
Help
Sign in
EliChin
/
frostfs-api-go
Watch
1
Star
0
Fork
You've already forked frostfs-api-go
0
forked from
TrueCloudLab/frostfs-api-go
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
311b76b75b
frostfs-api-go
/
util
/
proto
/
test
/
test.proto
8 lines
104 B
Protocol Buffer
Raw
Normal View
History
Unescape
Escape
Add proto marshal helper for bytes Signed-off-by: Alex Vanin <alexey@nspcc.ru>
2020-08-14 10:57:19 +00:00
syntax
=
"proto3"
;
package
test
;
message
Primitives
{
bytes
field_a
=
1
;
Add proto marshal helper for string Signed-off-by: Alex Vanin <alexey@nspcc.ru>
2020-08-14 12:29:48 +00:00
string
field_b
=
2
;
Add proto marshal helper for bytes Signed-off-by: Alex Vanin <alexey@nspcc.ru>
2020-08-14 10:57:19 +00:00
}
Reference in a new issue
Copy permalink