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