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.go8
1 files changed, 4 insertions, 4 deletions
diff --git a/internal/config/source.go b/internal/config/source.go
index 28451e3..9797bb1 100644
--- a/internal/config/source.go
+++ b/internal/config/source.go
@@ -57,9 +57,9 @@ type Source struct {
 	Channel       string
 	URL           string
 	Attribute     string
-	ImportPath    string        `toml:"import-path"`
-	FetchTimeout  time.Duration `toml:"fetch-timeout"`
-	ImportTimeout time.Duration `toml:"import-timeout"`
-	OutputPath    string        `toml:"output-path"`
+	ImportPath    string
+	FetchTimeout  time.Duration
+	ImportTimeout time.Duration
+	OutputPath    string
 	Repo          Repository
 }