add: add go repository
All checks were successful
Publish / Publish Job (push) Successful in 2m28s

This commit is contained in:
Дмитрий
2026-03-30 16:40:36 +03:00
parent f6366f14b5
commit 6666bb1a74
3 changed files with 5 additions and 2 deletions

View File

@@ -2,7 +2,7 @@ syntax = "proto3";
package ldap_service;
option go_package = './gen';
option go_package = "git.lendry.ru/lendry-erp/gen;ldap_service";
service LdapAuth {
rpc VerifyUser (VerifyRequest) returns (VerifyResponse);