[style] 优化 Service 命名

This commit is contained in:
what 2023-04-25 09:35:06 +08:00
parent a7142bf6da
commit e5bc08a4f5

View File

@ -1,7 +1,7 @@
package contracts package contracts
type Service interface { type Service interface {
Load(file string) error LoadGoPlugin(file string) error
GetResListener(code string) (ResListener, bool) GetResListener(code string) (ResListener, bool)
GetAppController(code string) (Controller, bool) GetAppController(code string) (Controller, bool)
} }