0
0
mirror of https://github.com/go-gitea/gitea.git synced 2026-04-07 07:05:07 +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 ca07e052c1
commit 0f6bd6bc5e
No known key found for this signature in database
GPG Key ID: 924A5F6AF051E87C

View File

@ -121,6 +121,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