Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Comment ¶
type Comment struct {
ID int64
Body string
Commenter string
PostID int // Foreign key for Post (belongs to)
CreatedAt time.Time
UpdatedAt time.Time
}
Comment is
Click to show internal directories.
Click to hide internal directories.