Added config, added logging

This commit is contained in:
Alexander
2026-05-03 15:49:35 +02:00
parent 46c2f6541f
commit 58aa4ef23b
7 changed files with 229 additions and 0 deletions
+8
View File
@@ -0,0 +1,8 @@
package indexer
import (
"fmt"
)
type Indexer interface {
}