0
0
mirror of https://github.com/go-gitea/gitea.git synced 2026-05-14 00:01:05 +02:00
This commit is contained in:
Lunny Xiao 2026-04-22 11:58:35 -07:00
parent a504940713
commit e597de9cd3
No known key found for this signature in database
GPG Key ID: C3B7C91B632F738A

View File

@ -181,9 +181,9 @@ func (org *Organization) HomeLink() string {
// FindOrgMembersOpts represents find org members conditions // FindOrgMembersOpts represents find org members conditions
type FindOrgMembersOpts struct { type FindOrgMembersOpts struct {
db.ListOptions db.ListOptions
Doer *user_model.User Doer *user_model.User
IsDoerMember bool IsDoerMember bool
OrgID int64 OrgID int64
Keyword string Keyword string
SearchByEmail bool SearchByEmail bool
} }