1
0
mirror of https://github.com/go-gitea/gitea.git synced 2024-08-19 20:44:22 -04:00
gitea/modules/structs/user_search.go
Lunny Xiao 34eee25bd4
Move sdk structs to modules/structs (#6905)
* move sdk structs to moduels/structs

* fix tests

* fix fmt

* fix swagger

* fix vendor
2019-05-11 18:21:34 +08:00

6 lines
82 B
Go

package structs
type searchUsersResponse struct {
Users []*User `json:"data"`
}