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!
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
+ 1
1
@@ -10,7 +10,7 @@ type Commit struct {
Type string `json:"type"`
ID string `json:"-"`
Author *Person `json:"author"`
Committer *Person `json:"commiter"`
Committer *Person `json:"committer"`
RepoID string `json:"rid"`
Message string `json:"message"`
SHA string `json:"sha"`
Loading