mirror of
https://github.com/go-gitea/gitea.git
synced 2026-05-14 00:01:05 +02:00
fix lint
This commit is contained in:
parent
a504940713
commit
e597de9cd3
@ -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
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user