Files
crawlab/core/interfaces/node_service.go
2024-11-19 15:53:40 +08:00

6 lines
59 B
Go

package interfaces
type NodeService interface {
Module
}