[feat] 命名优化
This commit is contained in:
+4
-4
@@ -4,10 +4,10 @@ type Service interface {
|
||||
LoadGoPlugin(file string) error
|
||||
RegControllers(items map[string]Controller) error
|
||||
RegListens(items map[string]ResListener) error
|
||||
RegGRpControllers(items map[string]GRpController) error
|
||||
RegJobControllers(items map[string]JobController) error
|
||||
RegGRpcs(items map[string]GRpc) error
|
||||
RegJobs(items map[string]Job) error
|
||||
GetResListener(code string) (ResListener, bool)
|
||||
GetAppController(code string) (Controller, bool)
|
||||
GetGRpController(code string) (GRpController, bool)
|
||||
GetJobController(code string) (JobController, bool)
|
||||
GetAppGRpc(code string) (GRpc, bool)
|
||||
GetAppJob(code string) (Job, bool)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user