mirror of
https://github.com/PengZhangs2017582/novel.git
synced 2025-06-23 18:51:31 +08:00
initial commit
This commit is contained in:
12
internal/logic/logic.go
Normal file
12
internal/logic/logic.go
Normal file
@ -0,0 +1,12 @@
|
||||
// ==========================================================================
|
||||
// Code generated and maintained by GoFrame CLI tool. DO NOT EDIT.
|
||||
// ==========================================================================
|
||||
|
||||
package logic
|
||||
|
||||
import (
|
||||
_ "novel/internal/logic/bizctx"
|
||||
_ "novel/internal/logic/phone_verify"
|
||||
_ "novel/internal/logic/session"
|
||||
_ "novel/internal/logic/writer"
|
||||
)
|
Reference in New Issue
Block a user