refactor: 去除无用的getter方法

This commit is contained in:
meilin.huang
2024-01-29 11:34:48 +08:00
parent 923e183a67
commit b9afbc764d
18 changed files with 11 additions and 193 deletions

View File

@@ -10,7 +10,3 @@ func InitIoc() {
ioc.Register(new(redisAppImpl), ioc.WithComponentName("RedisApp"))
}
func GetRedisApp() Redis {
return ioc.Get[Redis]("RedisApp")
}