diff options
author | Alan Pearce | 2024-05-20 19:57:13 +0200 |
---|---|---|
committer | Alan Pearce | 2024-05-20 19:57:13 +0200 |
commit | 12d5d45a7894c3f6b6d598f9447de839d31436ef (patch) | |
tree | 179d57e1bf998184db3ee2df121904a37240356b /internal/config/source.go | |
parent | a90419aa46ec42588f65e6327559ce479f9c5b67 (diff) | |
download | searchix-12d5d45a7894c3f6b6d598f9447de839d31436ef.tar.lz searchix-12d5d45a7894c3f6b6d598f9447de839d31436ef.tar.zst searchix-12d5d45a7894c3f6b6d598f9447de839d31436ef.zip |
docs: add comments to default configuration
Diffstat (limited to 'internal/config/source.go')
-rw-r--r-- | internal/config/source.go | 17 |
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 -} |