init repo
This commit is contained in:
7
models/models.go
Normal file
7
models/models.go
Normal file
@@ -0,0 +1,7 @@
|
||||
package models
|
||||
|
||||
func Models() []interface{} {
|
||||
return []interface{}{
|
||||
&User{},
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user