example
This commit is contained in:
14
example/clients/go/model_user_info_req.go
Normal file
14
example/clients/go/model_user_info_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 UserInfoReq struct {
|
||||
Id string `json:"id,omitempty"`
|
||||
}
|
Reference in New Issue
Block a user