diff --git a/post.go b/post.go index d1a907a..300c57e 100644 --- a/post.go +++ b/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"`