First cut of the link fields
This commit is contained in:
parent
c5925e16e0
commit
38ebb21a34
8 changed files with 145 additions and 35 deletions
|
|
@ -15,6 +15,7 @@ type Post struct {
|
|||
OwnerID int64
|
||||
Title string
|
||||
Body string
|
||||
Params map[string]string
|
||||
State PostState
|
||||
PublishDate time.Time
|
||||
CreatedAt time.Time
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue