syntax = "proto3"; package within.website.x.mimi.announce; option go_package = "within.website/x/buf/mimi/announce"; import "google/protobuf/empty.proto"; import "external/jsonfeed/jsonfeed.proto"; service Announce { rpc Announce(jsonfeed.Item) returns (google.protobuf.Empty) {} }