From ff38d1bb4855ea4d34c9dafd60e2a7a2b8df13f6 Mon Sep 17 00:00:00 2001 From: StelStelox Date: Tue, 21 Apr 2026 17:30:34 +0300 Subject: add dependencies --- proto/auth.proto | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 proto/auth.proto (limited to 'proto/auth.proto') 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; +} + + + -- cgit