about summary refs log tree commit diff stats
path: root/internal/importer/channel.go
diff options
context:
space:
mode:
authorAlan Pearce2024-05-09 20:10:23 +0200
committerAlan Pearce2024-05-09 20:10:23 +0200
commit8ab9adf719090e213bd91b2747986ba6ef94576d (patch)
tree66f2812851f8ac1ff98af39e6863d0907e090c67 /internal/importer/channel.go
parent631c02ac689b3366987918737e2b09f52fb16dda (diff)
downloadsearchix-8ab9adf719090e213bd91b2747986ba6ef94576d.tar.lz
searchix-8ab9adf719090e213bd91b2747986ba6ef94576d.tar.zst
searchix-8ab9adf719090e213bd91b2747986ba6ef94576d.zip
fix: pointer type mismatch
Diffstat (limited to 'internal/importer/channel.go')
-rw-r--r--internal/importer/channel.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/importer/channel.go b/internal/importer/channel.go
index b75839b..3c199cc 100644
--- a/internal/importer/channel.go
+++ b/internal/importer/channel.go
@@ -17,7 +17,7 @@ import (
 
 type ChannelImporter struct {
 	DataPath   string
-	Source     Source
+	Source     *Source
 	SourceFile string
 	Logger     *slog.Logger
 	indexPath  string