mirror of
https://github.com/crawlab-team/crawlab.git
synced 2026-01-25 17:42:25 +01:00
fix: test case issue
This commit is contained in:
@@ -1,7 +1,6 @@
|
||||
package interfaces
|
||||
|
||||
type NodeConfigService interface {
|
||||
WithConfigPath
|
||||
Init() error
|
||||
Reload() error
|
||||
GetBasicNodeInfo() Entity
|
||||
|
||||
@@ -2,6 +2,4 @@ package interfaces
|
||||
|
||||
type NodeService interface {
|
||||
Module
|
||||
WithConfigPath
|
||||
GetConfigService() NodeConfigService
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user