Gitea 代码
 
 
 
 
 
 

5 lines
82 B

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