Skip to content
Snippets Groups Projects
Commit b4706f27 authored by Nick Thomas's avatar Nick Thomas
Browse files

Commits should not index their id

parent 14cb59a5
No related branches found
No related tags found
1 merge request!1Initial implementation of an elasticsearch indexer in Go
Loading
Loading
@@ -8,7 +8,7 @@ import (
 
type Commit struct {
Type string `json:"type"`
ID string `json:"id"`
ID string `json:"-"`
Author *Person `json:"author"`
Committer *Person `json:"commiter"`
RepoID string `json:"rid"`
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment