2025-07-19 16:49:35 +08:00
|
|
|
// ==========================================================================
|
|
|
|
// Code generated and maintained 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"
|
2025-07-29 11:38:48 +08:00
|
|
|
_ "hotgo/internal/logic/mycourse"
|
2025-07-19 16:49:35 +08:00
|
|
|
_ "hotgo/internal/logic/pay"
|
|
|
|
_ "hotgo/internal/logic/sys"
|
|
|
|
_ "hotgo/internal/logic/tcpclient"
|
|
|
|
_ "hotgo/internal/logic/tcpserver"
|
|
|
|
_ "hotgo/internal/logic/view"
|
|
|
|
)
|