diff --git a/README.md b/README.md index eaf4f94a..2ac1b55d 100644 --- a/README.md +++ b/README.md @@ -483,6 +483,7 @@ type Comment struct { Timestamp time.Time `json:"time"` // time stamp, read only Pin bool `json:"pin"` // pinned status, read only Delete bool `json:"delete"` // delete status, read only + PostTitle string `json:"title"` // post title } type Locator struct {