//go:build !solution syntax = "proto3"; option go_package = "gitlab.com/manytask/itmo-go/private/gossip/meshpb"; // PeerMeta is arbitrary message that is propagated with peer gossip. message PeerMeta { string name = 1; } service GossipService { }