mirror of
https://github.com/go-gitea/gitea
synced 2025-02-06 13:37:04 +01:00
6 lines
82 B
Go
6 lines
82 B
Go
package structs
|
|
|
|
type searchUsersResponse struct {
|
|
Users []*User `json:"data"`
|
|
}
|