Commit 5a90931a authored by Sander van Harmelen's avatar Sander van Harmelen

Remove some unused fields of the Commit struct

parent 5061e9cd
...@@ -41,8 +41,6 @@ type Commit struct { ...@@ -41,8 +41,6 @@ type Commit struct {
AuthorEmail string `json:"author_email"` AuthorEmail string `json:"author_email"`
AuthoredDate time.Time `json:"authored_date"` AuthoredDate time.Time `json:"authored_date"`
CommittedDate time.Time `json:"committed_date"` CommittedDate time.Time `json:"committed_date"`
CommitterName string `json:"committer_name"`
CommitterEmail string `json:"committer_email"`
CreatedAt time.Time `json:"created_at"` CreatedAt time.Time `json:"created_at"`
Message string `json:"message"` Message string `json:"message"`
ParentsIds []string `json:"parents_ids"` ParentsIds []string `json:"parents_ids"`
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment