diff options
| author | StelStelox <stelstelox@arsland.ru> | 2026-04-21 17:30:34 +0300 |
|---|---|---|
| committer | StelStelox <stelstelox@arsland.ru> | 2026-04-21 17:30:34 +0300 |
| commit | ff38d1bb4855ea4d34c9dafd60e2a7a2b8df13f6 (patch) | |
| tree | 51c16dc866fd501a44cd0ce569fd4843d0921fdd /proto | |
| parent | 38fb6b816d80ea44575d5b4cbc54219c6465c112 (diff) | |
Diffstat (limited to '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; +} + + + |
