fix: fix go_package
All checks were successful
Publish / Publish Job (push) Successful in 2m29s

This commit is contained in:
Дмитрий
2026-03-30 19:51:40 +03:00
parent ea99c4c89a
commit 55fad6f1b2
2 changed files with 2 additions and 2 deletions

View File

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