mirror of
https://github.com/bufanyun/hotgo.git
synced 2025-11-11 11:43:46 +08:00
v2.0
This commit is contained in:
13
server/internal/logic/logic.go
Normal file
13
server/internal/logic/logic.go
Normal file
@@ -0,0 +1,13 @@
|
||||
// ==========================================================================
|
||||
// Code generated by GoFrame CLI tool. DO NOT EDIT.
|
||||
// ==========================================================================
|
||||
|
||||
package logic
|
||||
|
||||
import (
|
||||
_ "hotgo/internal/logic/admin"
|
||||
_ "hotgo/internal/logic/common"
|
||||
_ "hotgo/internal/logic/hook"
|
||||
_ "hotgo/internal/logic/middleware"
|
||||
_ "hotgo/internal/logic/sys"
|
||||
)
|
||||
Reference in New Issue
Block a user