[style] Service 成员命名优化

This commit is contained in:
what 2023-04-24 15:21:13 +08:00
parent 510e1567c5
commit e42577fdf8

View File

@ -2,5 +2,5 @@ package contracts
type Service interface {
GetResListener(code string) (ResListener, bool)
GetAppControllerr(code string) (Controller, bool)
GetAppController(code string) (Controller, bool)
}