Versions in this module Expand all Collapse all v1 v1.1.10 Jun 19, 2019 Changes in this version + type ModelTime struct + CreatedAt time.Time + UpdatedAt time.Time + type Moments struct + CommentTotal int + Content string + Id int + LikeTotal int + Status int + UserId int + func (p *Moments) DbName() string + func (p *Moments) PK() string + func (p *Moments) TableName() string + type Photos struct + Id int + MomentId int + Url string + func (p *Photos) DbName() string + func (p *Photos) PK() string + func (p *Photos) TableName() string + type Users struct + Avatar string + City string + Country string + Gender int + Id int + NickName string + Openid string + Province string + Type int + func (u *Users) DbName() string + func (u *Users) PK() string + func (u *Users) TableName() string