Commit 442ae38d authored by Sander van Harmelen's avatar Sander van Harmelen Committed by GitHub

Update Commit struct

Add missing fields
parent 7474322c
......@@ -40,6 +40,8 @@ type Commit struct {
AuthorName string `json:"author_name"`
AuthorEmail string `json:"author_email"`
AuthoredDate *time.Time `json:"authored_date"`
CommitterName string `json:"committer_name"`
CommitterEmail string `json:"committer_email"`
CommittedDate *time.Time `json:"committed_date"`
CreatedAt *time.Time `json:"created_at"`
Message string `json:"message"`
......
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