Fix typos in meshpb
This commit is contained in:
parent
15733df035
commit
50fac783b0
1 changed files with 2 additions and 2 deletions
|
@ -4,7 +4,7 @@ syntax = "proto3";
|
||||||
|
|
||||||
option go_package = "gitlab.com/slon/shad-go/gossip/meshpb";
|
option go_package = "gitlab.com/slon/shad-go/gossip/meshpb";
|
||||||
|
|
||||||
// PeerMeta is arbitary message that is propageted with peer gossip.
|
// PeerMeta is arbitrary message that is propagated with peer gossip.
|
||||||
message PeerMeta {
|
message PeerMeta {
|
||||||
string name = 1;
|
string name = 1;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue