summaryrefslogtreecommitdiff
path: root/src/__phutil_library_map__.php
diff options
context:
space:
mode:
authorYuriy Andamasov <yuriy@andamasov.com>2026-05-23 17:49:28 +0300
committerGitHub <noreply@github.com>2026-05-23 17:49:28 +0300
commit422681512d98175eb558271589cf433c1c9a1020 (patch)
tree00ad5372e564a0c332f7dc26abe9836681f9361e /src/__phutil_library_map__.php
parent49588447d6865c968143db7db1ab2b82b191e29e (diff)
parent5a47a44b717a912bd22d7e03921521cfec49074e (diff)
downloadphorge-elasticsearch-modern-production.tar.gz
phorge-elasticsearch-modern-production.zip
Merge pull request #16 from vyos/developmentHEADv0.1.0production
Release v0.1.0 — promote development to production
Diffstat (limited to 'src/__phutil_library_map__.php')
-rw-r--r--src/__phutil_library_map__.php26
1 files changed, 26 insertions, 0 deletions
diff --git a/src/__phutil_library_map__.php b/src/__phutil_library_map__.php
new file mode 100644
index 0000000..291fb03
--- /dev/null
+++ b/src/__phutil_library_map__.php
@@ -0,0 +1,26 @@
+<?php
+
+/**
+ * This file is automatically generated. Use 'arc liberate' to rebuild it.
+ *
+ * @generated
+ * @phutil-library-version 2
+ */
+phutil_register_library_map(array(
+ '__library_version__' => 2,
+ 'class' => array(
+ 'VyOSElasticModernFulltextStorageEngine' => 'engine/VyOSElasticModernFulltextStorageEngine.php',
+ 'VyOSElasticModernFulltextStorageEngineTestCase' => '__tests__/VyOSElasticModernFulltextStorageEngineTestCase.php',
+ 'VyOSElasticModernFulltextStorageEngineTestDouble' => '__tests__/VyOSElasticModernFulltextStorageEngineTestCase.php',
+ 'VyOSElasticModernHost' => 'host/VyOSElasticModernHost.php',
+ 'VyOSElasticModernHostTestCase' => '__tests__/VyOSElasticModernHostTestCase.php',
+ ),
+ 'function' => array(),
+ 'xmap' => array(
+ 'VyOSElasticModernFulltextStorageEngine' => 'PhabricatorFulltextStorageEngine',
+ 'VyOSElasticModernFulltextStorageEngineTestCase' => 'PhutilTestCase',
+ 'VyOSElasticModernFulltextStorageEngineTestDouble' => 'VyOSElasticModernFulltextStorageEngine',
+ 'VyOSElasticModernHost' => 'PhabricatorSearchHost',
+ 'VyOSElasticModernHostTestCase' => 'PhutilTestCase',
+ ),
+));