mirror of
https://github.com/go-gitea/gitea.git
synced 2026-05-14 17:27:39 +02:00
add GroupID and GroupSortOrder fields to Repository api struct
This commit is contained in:
parent
c986da2a46
commit
2159d0ede6
@ -129,6 +129,9 @@ type Repository struct {
|
||||
RepoTransfer *RepoTransfer `json:"repo_transfer,omitempty"`
|
||||
Topics []string `json:"topics"`
|
||||
Licenses []string `json:"licenses"`
|
||||
|
||||
GroupID int64 `json:"group_id"`
|
||||
GroupSortOrder int `json:"group_sort_order"`
|
||||
}
|
||||
|
||||
// CreateRepoOption options when creating repository
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user