update code.gitea.io/sdk/gitea v0.13.1 -> v0.13.2 (#14497)

This commit is contained in:
6543 2021-01-28 16:14:57 +01:00 committed by GitHub
parent 2595c70868
commit 8ff4f82e05
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
26 changed files with 151 additions and 77 deletions

View file

@ -19,8 +19,9 @@ type Identity struct {
// CommitMeta contains meta information of a commit in terms of API.
type CommitMeta struct {
URL string `json:"url"`
SHA string `json:"sha"`
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.