refactor: 服务接口 Stop() 重命名为 Shutdown()

This commit is contained in:
2026-05-15 09:03:14 +08:00
parent aed3a5ac22
commit 7741f7584d
6 changed files with 71 additions and 15 deletions
+1 -1
View File
@@ -8,7 +8,7 @@ import (
type ResEventService interface {
Start() error
Stop() error
Shutdown() error
Restart() error
}