8 lines
92 B
Go
8 lines
92 B
Go
package models
|
|
|
|
type Participant struct {
|
|
ID string
|
|
|
|
Firstname string
|
|
Lastname string
|
|
}
|