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"` Name string `form:"name" json:"name" db:"name"` Status int `form:"status" json:"status" db:"status"` SuccessTime sql.NullString `form:"-" json:"success_time" db:"success_time"` CreatedAt time.Time `form:"-" json:"created_at" db:"created_at" time_format:"2006-01-02 15:04:05"` UpdatedAt time.Time `form:"-" json:"updated_at" db:"updated_at" time_format:"2006-01-02 15:04:05"` }
Click to show internal directories.
Click to hide internal directories.