hacker-quotes/models/adjective.go

12 lines
113 B
Go
Raw Normal View History

package models
type Adjective struct {
Id int
Absolute bool
AppendMore bool
AppendEst bool
Word string
}