add GroupID and GroupSortOrder fields to Repository api struct

This commit is contained in:
☙◦ The Tablet ❀ GamerGirlandCo ◦❧
2026-04-02 20:00:50 -04:00
parent ca07e052c1
commit 0f6bd6bc5e
+3
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