gosora/src/forum.go

13 lines
153 B
Go
Raw Normal View History

package main
type Forum struct
{
ID int
Name string
LastTopic string
LastTopicID int
LastReplyer string
LastReplyerID int
LastTopicTime string
}