testhub/models/answer.go

7 lines
65 B
Go
Raw Normal View History

2022-06-16 17:21:04 +02:00
package models
type Answer struct {
ID string
Text string
}