Files
Atay-Makhzan/modules/structs/user_search.go
T

6 lines
82 B
Go
Raw Normal View History

2019-05-11 18:21:34 +08:00
package structs
type searchUsersResponse struct {
Users []*User `json:"data"`
}