[style] Service 成员命名优化
This commit is contained in:
parent
ff5f79eda2
commit
510e1567c5
@ -1,6 +1,6 @@
|
|||||||
package contracts
|
package contracts
|
||||||
|
|
||||||
type Service interface {
|
type Service interface {
|
||||||
GetResListener(code string) ResListener
|
GetResListener(code string) (ResListener, bool)
|
||||||
GetAppControllerr(code string) Controller
|
GetAppControllerr(code string) (Controller, bool)
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user