Update CommitMeta Struct #434

Merged
techknowlogick merged 2 commits from 6543/go-sdk:update-CommitMeta_433 into master 2020-10-06 23:31:19 +00:00

View File

@ -21,6 +21,7 @@ type Identity struct {
type CommitMeta struct {
URL string `json:"url"`
SHA string `json:"sha"`
Created time.Time `json:"created"`
}
// CommitUser contains information of a user in the context of a commit.