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