gosora/src/post.go

15 lines
160 B
Go
Raw Normal View History

2016-12-02 07:38:54 +00:00
package main
type Reply struct
{
ID int
ParentID int
Content string
CreatedBy int
CreatedByName string
CreatedAt string
LastEdit int
LastEditBy int
}