Initial implementation of an elasticsearch indexer in Go
All threads resolved!
All threads resolved!
Compare changes
- Nick Thomas authored
+ 9
− 24
@@ -2,7 +2,6 @@ package indexer
@@ -26,15 +25,11 @@ type Indexer struct {
@@ -47,7 +42,6 @@ func (i *Indexer) SubmitBlob(f *object.File, _, toCommit *object.Commit) error {
@@ -62,24 +56,15 @@ func (i *Indexer) IndexBlobs() error {