first commit
This commit is contained in:
9
models/event.go
Normal file
9
models/event.go
Normal file
@@ -0,0 +1,9 @@
|
||||
package models
|
||||
|
||||
type Event struct {
|
||||
Id int `json:"id"`
|
||||
Name string `json:"name"`
|
||||
Date string `json:"date"`
|
||||
Attendees []Attendees `json:"attendees"`
|
||||
Count int `json:"count"`
|
||||
}
|
Reference in New Issue
Block a user