[style] Service 成员命名优化

This commit is contained in:
what 2023-04-24 15:06:47 +08:00
parent c81730e740
commit ff5f79eda2

View File

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