18 lines
546 B
Go
18 lines
546 B
Go
![]() |
// ==========================================================================
|
||
|
// 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"
|
||
|
_ "hotgo/internal/logic/pay"
|
||
|
_ "hotgo/internal/logic/sys"
|
||
|
_ "hotgo/internal/logic/tcpclient"
|
||
|
_ "hotgo/internal/logic/tcpserver"
|
||
|
_ "hotgo/internal/logic/view"
|
||
|
)
|