fix: test case issue

This commit is contained in:
Marvin Zhang
2024-11-19 15:53:40 +08:00
parent d436087404
commit 47cf368f26
16 changed files with 102 additions and 238 deletions

View File

@@ -1,7 +1,6 @@
package interfaces
type NodeConfigService interface {
WithConfigPath
Init() error
Reload() error
GetBasicNodeInfo() Entity

View File

@@ -2,6 +2,4 @@ package interfaces
type NodeService interface {
Module
WithConfigPath
GetConfigService() NodeConfigService
}