shad-go/gossip/meshpb/protocol.proto

13 lines
239 B
Protocol Buffer
Raw Normal View History

2023-04-22 08:58:14 +00:00
//go:build !solution
syntax = "proto3";
option go_package = "gitlab.com/slon/shad-go/gossip/meshpb";
// PeerMeta is arbitary message that is propageted with peer gossip.
message PeerMeta {
string name = 1;
}
service GossipService {
}