mirror of
https://github.com/httpjamesm/AnonymousOverflow.git
synced 2025-06-20 08:00:59 +00:00
9 lines
123 B
Go
9 lines
123 B
Go
|
package types
|
||
|
|
||
|
type FilteredComment struct {
|
||
|
Text string
|
||
|
Timestamp string
|
||
|
AuthorName string
|
||
|
AuthorURL string
|
||
|
}
|