fix: 移除 modular 包的自动注入,优化 modular.Service 接口说明

This commit is contained in:
kercylan98
2024-01-31 12:09:20 +08:00
parent ad4777a379
commit d531939903
6 changed files with 17 additions and 13 deletions
@@ -1,5 +1,7 @@
package expose
var AttackExpose Attack
type Attack interface {
Name() string
}
@@ -1,5 +1,7 @@
package expose
var LoginExpose Login
type Login interface {
Name() string
}