first commit
This commit is contained in:
6
models/attendees.go
Normal file
6
models/attendees.go
Normal file
@@ -0,0 +1,6 @@
|
||||
package models
|
||||
|
||||
type Attendees struct {
|
||||
FirstName int `json:"firstName"`
|
||||
LastName string `json:"lastName"`
|
||||
}
|
Reference in New Issue
Block a user