There was an error while loading. Please reload this page.
1 parent 37febb1 commit 0ad97c7Copy full SHA for 0ad97c7
5 files changed
internal/controller/targetsource/loaders.go
@@ -1,4 +1,4 @@
1
package targetsource
2
3
-// This file defines the loader interface
+// This file defines the loader interface, pull and push implemented as interfaces as well
4
// targets received from loaders are sent via channel to the controller for reconciliation
…targetsource/loaders/http_pull/loader.go …ller/targetsource/loaders/pull/loader.gointernal/controller/targetsource/loaders/http_pull/loader.go renamed to internal/controller/targetsource/loaders/pull/loader.go
…tsource/loaders/http_pull/loader_test.go …targetsource/loaders/pull/loader_test.gointernal/controller/targetsource/loaders/http_pull/loader_test.go renamed to internal/controller/targetsource/loaders/pull/loader_test.go
…targetsource/loaders/http_push/loader.go …ller/targetsource/loaders/push/loader.gointernal/controller/targetsource/loaders/http_push/loader.go renamed to internal/controller/targetsource/loaders/push/loader.go
…tsource/loaders/http_push/loader_test.go …targetsource/loaders/push/loader_test.gointernal/controller/targetsource/loaders/http_push/loader_test.go renamed to internal/controller/targetsource/loaders/push/loader_test.go
0 commit comments