Files
memberDB/models/attendees.go
Adrian Zürcher 75ea1362a8 first commit
2025-10-08 15:02:07 +02:00

7 lines
121 B
Go

package models
type Attendees struct {
FirstName int `json:"firstName"`
LastName string `json:"lastName"`
}