refactor: 服务接口 Stop() 重命名为 Shutdown()
This commit is contained in:
+1
-1
@@ -8,7 +8,7 @@ import (
|
||||
|
||||
type ResEventService interface {
|
||||
Start() error
|
||||
Stop() error
|
||||
Shutdown() error
|
||||
Restart() error
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user