about summary refs log tree commit diff stats
path: root/internal/config/source.go
diff options
context:
space:
mode:
Diffstat (limited to 'internal/config/source.go')
-rw-r--r--internal/config/source.go17
1 files changed, 0 insertions, 17 deletions
diff --git a/internal/config/source.go b/internal/config/source.go
deleted file mode 100644
index 15b1aa0..0000000
--- a/internal/config/source.go
+++ /dev/null
@@ -1,17 +0,0 @@
-package config
-
-type Source struct {
-	Name          string
-	Key           string
-	Enable        bool
-	Fetcher       Fetcher
-	Importer      ImporterType
-	Channel       string
-	URL           string
-	Attribute     string
-	ImportPath    string
-	FetchTimeout  Duration
-	ImportTimeout Duration
-	OutputPath    string
-	Repo          Repository
-}