rimgo/types/Tag.go

10 lines
150 B
Go
Raw Normal View History

2022-02-18 21:56:56 +00:00
package types
type Tag struct {
Tag string
Display string
Sort string
PostCount int64
Posts []Submission
Background string
}