浏览代码

Add `updated` property on posts

pull/10/head
Matt Baer 5 年前
父节点
当前提交
21dfda1c03
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. +1
    -0
      post.go

+ 1
- 0
post.go 查看文件

@@ -18,6 +18,7 @@ type (
RTL *bool `json:"rtl"`
Listed bool `json:"listed"`
Created time.Time `json:"created"`
Updated time.Time `json:"updated"`
Title string `json:"title"`
Content string `json:"body"`
Views int64 `json:"views"`


正在加载...
取消
保存