answer.go 65 B

123456
  1. package models
  2. type Answer struct {
  3. ID string
  4. Text string
  5. }