AnonymousOverflow/src/types/comment.go

9 lines
123 B
Go
Raw Normal View History

package types
type FilteredComment struct {
Text string
Timestamp string
AuthorName string
AuthorURL string
}