Sfoglia il codice sorgente

Add `updated` property on posts

pull/10/head
Matt Baer 5 anni fa
parent
commit
21dfda1c03
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  1. +1
    -0
      post.go

+ 1
- 0
post.go Vedi File

@@ -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"`


Caricamento…
Annulla
Salva