Example #1
0
func init() {
	db.Register(&Event{})
	db.Register(&Attendee{})
}
Example #2
0
func init() {
	db.Register(&User{})
}