feat: 统一sql命名、函数命名
This commit is contained in:
13
internal/handler/site/module.go
Normal file
13
internal/handler/site/module.go
Normal file
@@ -0,0 +1,13 @@
|
||||
package site
|
||||
|
||||
import (
|
||||
"server/internal/router"
|
||||
|
||||
"go.uber.org/fx"
|
||||
)
|
||||
|
||||
var Module = fx.Module("site-handlers",
|
||||
fx.Provide(
|
||||
router.AsRegistrar(router.SiteRoutes, NewPostHandler),
|
||||
),
|
||||
)
|
||||
Reference in New Issue
Block a user