chore: auto-generate protobuf files [skip ci]

This commit is contained in:
github-actions[bot]
2026-04-03 05:18:19 +00:00
parent 3a38e5f06c
commit 47e9aa47b9
3 changed files with 19 additions and 18 deletions

View File

@@ -19,7 +19,7 @@ import (
const _ = grpc.SupportPackageIsVersion9
const (
AccountService_GetAccount_FullMethodName = "/account.AccountService/GetAccount"
AccountService_GetAccount_FullMethodName = "/account.v1.AccountService/GetAccount"
)
// AccountServiceClient is the client API for AccountService service.
@@ -108,7 +108,7 @@ func _AccountService_GetAccount_Handler(srv interface{}, ctx context.Context, de
// It's only intended for direct use with grpc.RegisterService,
// and not to be introspected or modified (even as a copy)
var AccountService_ServiceDesc = grpc.ServiceDesc{
ServiceName: "account.AccountService",
ServiceName: "account.v1.AccountService",
HandlerType: (*AccountServiceServer)(nil),
Methods: []grpc.MethodDesc{
{