example
This commit is contained in:
14
example/clients/go/model_user_search_req.go
Normal file
14
example/clients/go/model_user_search_req.go
Normal file
@ -0,0 +1,14 @@
|
||||
/*
|
||||
*
|
||||
*
|
||||
* 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 UserSearchReq struct {
|
||||
KeyWord string `json:"keyWord,omitempty"`
|
||||
}
|
Reference in New Issue
Block a user