9 lines
325 B
Go
9 lines
325 B
Go
package app
|
||
|
||
// HandlerModule 已在阶段4移除。
|
||
//
|
||
// 当前阶段,Handler 仍由 internal/container.Container + handler.RegisterRoutesWithDI
|
||
// 构造与注册(见 container_module.go 的 registerRoutes)。
|
||
//
|
||
// TODO(阶段6): Handler 将改为直接依赖各 Service 接口,由 fx 直接 Provide 与注册。
|