mirror of
https://github.com/go-gitea/gitea.git
synced 2026-08-03 00:23:41 +02:00
add AvatarURL field to api groups (in modules/structs package)
This commit is contained in:
@@ -14,6 +14,7 @@ type Group struct {
|
||||
NumSubgroups int64 `json:"num_subgroups"`
|
||||
Link string `json:"link"`
|
||||
SortOrder int `json:"sort_order"`
|
||||
AvatarURL string `json:"avatar_url"`
|
||||
}
|
||||
|
||||
// NewGroupOption represents options for creating a new group in an organization
|
||||
|
||||
Reference in New Issue
Block a user