feat: moved files into a better position for organization closes #8
This commit is contained in:
12
logic/models/index.go
Normal file
12
logic/models/index.go
Normal file
@@ -0,0 +1,12 @@
|
||||
package models
|
||||
|
||||
import (
|
||||
. "git.andr3h3nriqu3s.com/andr3/fyp/logic/utils"
|
||||
)
|
||||
|
||||
func HandleModels (handle *Handle) {
|
||||
handleAdd(handle)
|
||||
handleEdit(handle)
|
||||
handleDelete(handle)
|
||||
handleList(handle)
|
||||
}
|
||||
Reference in New Issue
Block a user