crawlab/core/interfaces/node_service.go

9 lines
126 B
Go

package interfaces
type NodeService interface {
Module
WithConfigPath
WithAddress
GetConfigService() NodeConfigService
}