diff options
Diffstat (limited to 'proto/auth.proto')
| -rw-r--r-- | proto/auth.proto | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/proto/auth.proto b/proto/auth.proto new file mode 100644 index 0000000..8c6710e --- /dev/null +++ b/proto/auth.proto @@ -0,0 +1,10 @@ +syntax="proto3"; +package auth; + +message AuthecationRequest { + string login = 1; + string password = 2; +} + + + |
