Skip to content
Snippets Groups Projects

Initial implementation of an elasticsearch indexer in Go

Merged Nick Thomas requested to merge 1-initial-implementation into master
All threads resolved!
2 files
+ 11
2
Compare changes
  • Side-by-side
  • Inline
Files
2
+ 2
1
@@ -14,7 +14,8 @@ type Submitter interface {
}
type Indexer struct {
Repo *git.Repo
IndexName string
Repo *git.Repo
Submitter
}
Loading