package web type CreateTweetReq struct { *BaseInfo `json:"-"` } type CreateTweetResp struct { // TODO }