Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
dms3
go-bitswap
7cb2f524f323069d5a5dd8f98138762181b226a7
7cb2f524f323069d5a5dd8f98138762181b226a7
Switch branch/tag
go-bitswap
message
message.proto
Find file
Normal view
History
Permalink
message.proto
99 Bytes
Edit
Web IDE
Newer
Older
refac(exchange) bitswap -> exchange/bitswap
Brian Tiger Chow
committed
Sep 22, 2014
1
2
3
4
5
6
package
message
;
message
PBMessage
{
repeated
string
wantlist
=
1
;
repeated
bytes
blocks
=
2
;
}