// Code generated by goctl. DO NOT EDIT. package types type Request struct { Id int64 `form:"id"` } type Response struct { Id int64 `json:"id"` }