fix: Fixed mocks.

This commit is contained in:
Назар Гольченко 2025-10-13 19:51:53 +03:00
parent c7021ee023
commit 705f3ab432

View File

@ -15,6 +15,7 @@ type grpcClient struct {
func (t *grpcClient) Close() error {
// return t.conn.Close()
return nil
}
func (t *grpcClient) GetUserVacancies(ctx context.Context, in *pbVC.GetUserVacanciesRequest, opts ...grpc.CallOption) (*pbVC.GetUserVacanciesResponse, error) {