mirror of
https://gitee.com/dromara/mayfly-go
synced 2025-11-30 04:50:26 +08:00
feat: 新增简易版ioc
This commit is contained in:
@@ -13,7 +13,7 @@ import (
|
||||
)
|
||||
|
||||
type Resource struct {
|
||||
ResourceApp application.Resource
|
||||
ResourceApp application.Resource `inject:""`
|
||||
}
|
||||
|
||||
func (r *Resource) GetAllResourceTree(rc *req.Ctx) {
|
||||
|
||||
Reference in New Issue
Block a user