v2: changed directory

Signed-off-by: nfel <nfilsaraee@gmail.com>
This commit is contained in:
2024-11-18 11:16:19 +03:30
parent 211d6251f4
commit 50024737a4
9 changed files with 39 additions and 688 deletions
+11
View File
@@ -0,0 +1,11 @@
syntax = "proto3";
package auth.v1;
// option go_package="auth/v1";
import "base/v1/msg.proto";
message IdReq {
int64 id = 1;
base.v1.Empty empty=2;
}