goctl-swagger/example/clients/go/model_user_info_req.go

15 lines
302 B
Go
Raw Normal View History

2021-01-08 23:35:08 +08:00
/*
*
*
* 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"`
}