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
a49858105947f8da2e38b028d0c30d4d2820db2d
a49858105947f8da2e38b028d0c30d4d2820db2d
Switch branch/tag
go-bitswap
message
internal
pb
message.proto
Find file
Normal view
History
Permalink
message.proto
94 Bytes
Edit
Web IDE
Newer
Older
refactor(exchange/bitswap) move proto to internal pb package
Brian Tiger Chow
committed
Oct 22, 2014
1
package
pb
;
refac(exchange) bitswap -> exchange/bitswap
Brian Tiger Chow
committed
Sep 22, 2014
2
3
4
5
6
message
PBMessage
{
repeated
string
wantlist
=
1
;
repeated
bytes
blocks
=
2
;
}