add new handlers for event and responsible tables
This commit is contained in:
7
models/person.go
Normal file
7
models/person.go
Normal file
@@ -0,0 +1,7 @@
|
||||
package models
|
||||
|
||||
type Person struct {
|
||||
Id int `json:"id,omitEmpty"`
|
||||
FirstName string `json:"firstName"`
|
||||
LastName string `json:"lastName"`
|
||||
}
|
Reference in New Issue
Block a user