Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Moments ¶
type Moments struct { Id int `form:"id" json:"id" db:"id"` UserId int `form:"user_id" json:"user_id" db:"user_id"` Content string `form:"content" json:"content" db:"content"` CommentTotal int `form:"comment_total" json:"comment_total" db:"comment_total"` LikeTotal int `form:"like_total" json:"like_total" db:"like_total"` Status int `form:"status" json:"status" db:"status"` ModelTime }
type Photos ¶
type Users ¶
type Users struct { Id int `form:"id" json:"id" db:"id"` Type int `form:"type" json:"type" db:"type"` Openid string `form:"openid" json:"openid" db:"openid"` NickName string `form:"nickname" json:"nickname" db:"nickname"` Avatar string `form:"avatar" json:"avatar" db:"avatar"` City string `form:"city" json:"city" db:"city"` Country string `form:"country" json:"country" db:"country"` Gender int `form:"gender" json:"gender" db:"gender"` Province string `form:"province" json:"province" db:"province"` ModelTime }
Click to show internal directories.
Click to hide internal directories.