package models type Participant struct { ID string Firstname string Lastname string }