package models type CreateQuickEntryModel struct { Comments string `json:"comments" form:"comments"` }