probo/models/participant.go
2023-10-18 13:40:21 +02:00

8 lines
92 B
Go

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