forked from NYANDEV/forgejo
update code.gitea.io/sdk/gitea v0.13.1 -> v0.13.2 (#14497)
This commit is contained in:
parent
2595c70868
commit
8ff4f82e05
26 changed files with 151 additions and 77 deletions
5
vendor/code.gitea.io/sdk/gitea/repo_commit.go
generated
vendored
5
vendor/code.gitea.io/sdk/gitea/repo_commit.go
generated
vendored
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue