From 12d5d45a7894c3f6b6d598f9447de839d31436ef Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Mon, 20 May 2024 19:57:13 +0200 Subject: docs: add comments to default configuration --- internal/config/source.go | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100644 internal/config/source.go (limited to 'internal/config/source.go') 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 -} -- cgit 1.4.1