Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type JsonTime ¶
http://www.axiaoxin.com/article/241/
func (JsonTime) MarshalJSON ¶
所以我们只需定义一个内嵌time.Time的结构体,并重写MarshalJSON方法,然后在定义model的时候把time.Time类型替换为我们自己的类型即可。但是在gorm中只重写MarshalJSON是不够的,只写这个方法会在写数据库的时候会提示delete_at字段不存在,需要加上database/sql的Value和Scan方法 https://github.com/jinzhu/gorm/issues/1611#issuecomment-329654638。
type ModelTime ¶
TODO 需要研究下 gorm中的回调机制 https://www.cnblogs.com/sgyBlog/p/10154424.html 创建和修改时间
Click to show internal directories.
Click to hide internal directories.