mirror of
https://gitee.com/dromara/mayfly-go
synced 2025-11-29 04:20:25 +08:00
refactor: 消息模块重构,infra包路径简写等
This commit is contained in:
@@ -15,3 +15,7 @@ func InitIoc() {
|
||||
func GetMsgApp() Msg {
|
||||
return ioc.Get[Msg]("MsgApp")
|
||||
}
|
||||
|
||||
func GetMsgTmplApp() MsgTmpl {
|
||||
return ioc.Get[MsgTmpl]("MsgTmplApp")
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user