aboutsummaryrefslogtreecommitdiff
path: root/finger_request_command.proto
diff options
context:
space:
mode:
Diffstat (limited to 'finger_request_command.proto')
-rw-r--r--finger_request_command.proto7
1 files changed, 7 insertions, 0 deletions
diff --git a/finger_request_command.proto b/finger_request_command.proto
new file mode 100644
index 0000000..4727e9c
--- /dev/null
+++ b/finger_request_command.proto
@@ -0,0 +1,7 @@
+syntax = "proto3";
+
+package whirl;
+
+message FingerRequestCommand {
+ string user = 1;
+}