aboutsummaryrefslogtreecommitdiff
path: root/pb/external/mi.proto
diff options
context:
space:
mode:
Diffstat (limited to 'pb/external/mi.proto')
-rw-r--r--pb/external/mi.proto7
1 files changed, 7 insertions, 0 deletions
diff --git a/pb/external/mi.proto b/pb/external/mi.proto
index 937a15c..b4bd844 100644
--- a/pb/external/mi.proto
+++ b/pb/external/mi.proto
@@ -4,6 +4,7 @@ syntax = "proto3";
package within.website.x.mi;
option go_package = "xeiaso.net/v4/pb/external/mi";
+import "google/protobuf/empty.proto";
import "google/protobuf/timestamp.proto";
// Event is a single event that Xe will be attending.
@@ -28,4 +29,10 @@ message Event {
message EventFeed {
// The events in the feed
repeated Event events = 1;
+}
+
+// Events lets users fetch the current feed of events that Xe will be attending.
+service Events {
+ // Get fetches the current feed of upcoming events.
+ rpc Get(google.protobuf.Empty) returns (EventFeed);
} \ No newline at end of file