package models type Question struct { Title string Description string Buttons []Button } type Button struct { Text string State string }