0
0
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:
☙◦ The Tablet ❀ GamerGirlandCo ◦❧ 2025-08-13 02:50:56 -04:00
parent c986da2a46
commit 2159d0ede6
No known key found for this signature in database
GPG Key ID: 924A5F6AF051E87C

View File

@ -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