probo/models/participant.go

9 lines
92 B
Go
Raw Normal View History

2023-10-18 13:40:21 +02:00
package models
type Participant struct {
ID string
Firstname string
Lastname string
}