Fix typos in meshpb
This commit is contained in:
parent
15733df035
commit
50fac783b0
1 changed files with 2 additions and 2 deletions
|
@ -4,10 +4,10 @@ syntax = "proto3";
|
|||
|
||||
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 {
|
||||
string name = 1;
|
||||
}
|
||||
|
||||
service GossipService {
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue