소스 검색

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


불러오는 중...
취소
저장