goctl-swagger/example/clients/go/model_user_search_reply.go
2021-01-08 23:35:08 +08:00

15 lines
325 B
Go

/*
*
*
* No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
*
* API version:
* Generated by: Swagger Codegen (https://github.com/swagger-api/swagger-codegen.git)
*/
package swagger
type UserSearchReply struct {
KeyWord []UserInfoReply `json:"KeyWord,omitempty"`
}