summaryrefslogtreecommitdiff
path: root/plugins
diff options
context:
space:
mode:
authorValery Piashchynski <[email protected]>2020-10-26 09:43:28 +0300
committerValery Piashchynski <[email protected]>2020-10-26 09:43:28 +0300
commit68bf13772c6ddfc5159c2a286e1a38e911614e72 (patch)
tree574884aecf34bb3e9f0eb5b8d254d8e1da49636d /plugins
parent1c61b9e64dfac0f74e37846503b774f6bd632ce2 (diff)
mode update
Diffstat (limited to 'plugins')
-rwxr-xr-x[-rw-r--r--]plugins/config/provider.go0
-rwxr-xr-x[-rw-r--r--]plugins/config/tests/.rr.yaml0
-rwxr-xr-x[-rw-r--r--]plugins/config/tests/config_test.go0
-rwxr-xr-x[-rw-r--r--]plugins/config/tests/plugin1.go0
-rwxr-xr-x[-rw-r--r--]plugins/config/viper.go0
-rwxr-xr-x[-rw-r--r--]plugins/events/broadcaster.go0
-rwxr-xr-x[-rw-r--r--]plugins/factory/app.go0
-rwxr-xr-x[-rw-r--r--]plugins/factory/app_provider.go0
-rwxr-xr-x[-rw-r--r--]plugins/factory/factory.go0
-rwxr-xr-x[-rw-r--r--]plugins/factory/hello.php0
-rwxr-xr-x[-rw-r--r--]plugins/factory/tests/.rr.yaml0
-rwxr-xr-x[-rw-r--r--]plugins/factory/tests/factory_test.go0
-rwxr-xr-x[-rw-r--r--]plugins/factory/tests/hello.php0
-rwxr-xr-x[-rw-r--r--]plugins/factory/tests/plugin_1.go0
-rwxr-xr-x[-rw-r--r--]plugins/factory/tests/plugin_2.go0
-rwxr-xr-x[-rw-r--r--]plugins/rpc/config.go0
-rwxr-xr-x[-rw-r--r--]plugins/rpc/config_test.go0
-rwxr-xr-x[-rw-r--r--]plugins/rpc/doc/plugin_arch.drawio0
-rwxr-xr-x[-rw-r--r--]plugins/rpc/rpc.go0
-rwxr-xr-x[-rw-r--r--]plugins/rpc/rpc_test.go0
20 files changed, 0 insertions, 0 deletions
diff --git a/plugins/config/provider.go b/plugins/config/provider.go
index 580231fd..580231fd 100644..100755
--- a/plugins/config/provider.go
+++ b/plugins/config/provider.go
diff --git a/plugins/config/tests/.rr.yaml b/plugins/config/tests/.rr.yaml
index df9077d0..df9077d0 100644..100755
--- a/plugins/config/tests/.rr.yaml
+++ b/plugins/config/tests/.rr.yaml
diff --git a/plugins/config/tests/config_test.go b/plugins/config/tests/config_test.go
index c85a841f..c85a841f 100644..100755
--- a/plugins/config/tests/config_test.go
+++ b/plugins/config/tests/config_test.go
diff --git a/plugins/config/tests/plugin1.go b/plugins/config/tests/plugin1.go
index 7c5f2afd..7c5f2afd 100644..100755
--- a/plugins/config/tests/plugin1.go
+++ b/plugins/config/tests/plugin1.go
diff --git a/plugins/config/viper.go b/plugins/config/viper.go
index 0c34313c..0c34313c 100644..100755
--- a/plugins/config/viper.go
+++ b/plugins/config/viper.go
diff --git a/plugins/events/broadcaster.go b/plugins/events/broadcaster.go
index 778b307d..778b307d 100644..100755
--- a/plugins/events/broadcaster.go
+++ b/plugins/events/broadcaster.go
diff --git a/plugins/factory/app.go b/plugins/factory/app.go
index e4002963..e4002963 100644..100755
--- a/plugins/factory/app.go
+++ b/plugins/factory/app.go
diff --git a/plugins/factory/app_provider.go b/plugins/factory/app_provider.go
index 024c5bea..024c5bea 100644..100755
--- a/plugins/factory/app_provider.go
+++ b/plugins/factory/app_provider.go
diff --git a/plugins/factory/factory.go b/plugins/factory/factory.go
index 5d80682d..5d80682d 100644..100755
--- a/plugins/factory/factory.go
+++ b/plugins/factory/factory.go
diff --git a/plugins/factory/hello.php b/plugins/factory/hello.php
index c6199449..c6199449 100644..100755
--- a/plugins/factory/hello.php
+++ b/plugins/factory/hello.php
diff --git a/plugins/factory/tests/.rr.yaml b/plugins/factory/tests/.rr.yaml
index 171f51dc..171f51dc 100644..100755
--- a/plugins/factory/tests/.rr.yaml
+++ b/plugins/factory/tests/.rr.yaml
diff --git a/plugins/factory/tests/factory_test.go b/plugins/factory/tests/factory_test.go
index 5347083a..5347083a 100644..100755
--- a/plugins/factory/tests/factory_test.go
+++ b/plugins/factory/tests/factory_test.go
diff --git a/plugins/factory/tests/hello.php b/plugins/factory/tests/hello.php
index bf9e82cc..bf9e82cc 100644..100755
--- a/plugins/factory/tests/hello.php
+++ b/plugins/factory/tests/hello.php
diff --git a/plugins/factory/tests/plugin_1.go b/plugins/factory/tests/plugin_1.go
index 5ab6df73..5ab6df73 100644..100755
--- a/plugins/factory/tests/plugin_1.go
+++ b/plugins/factory/tests/plugin_1.go
diff --git a/plugins/factory/tests/plugin_2.go b/plugins/factory/tests/plugin_2.go
index 2409627e..2409627e 100644..100755
--- a/plugins/factory/tests/plugin_2.go
+++ b/plugins/factory/tests/plugin_2.go
diff --git a/plugins/rpc/config.go b/plugins/rpc/config.go
index 1039ee5e..1039ee5e 100644..100755
--- a/plugins/rpc/config.go
+++ b/plugins/rpc/config.go
diff --git a/plugins/rpc/config_test.go b/plugins/rpc/config_test.go
index 36927dd2..36927dd2 100644..100755
--- a/plugins/rpc/config_test.go
+++ b/plugins/rpc/config_test.go
diff --git a/plugins/rpc/doc/plugin_arch.drawio b/plugins/rpc/doc/plugin_arch.drawio
index dec5f0b2..dec5f0b2 100644..100755
--- a/plugins/rpc/doc/plugin_arch.drawio
+++ b/plugins/rpc/doc/plugin_arch.drawio
diff --git a/plugins/rpc/rpc.go b/plugins/rpc/rpc.go
index 6568eea3..6568eea3 100644..100755
--- a/plugins/rpc/rpc.go
+++ b/plugins/rpc/rpc.go
diff --git a/plugins/rpc/rpc_test.go b/plugins/rpc/rpc_test.go
index 9ab1e3e8..9ab1e3e8 100644..100755
--- a/plugins/rpc/rpc_test.go
+++ b/plugins/rpc/rpc_test.go