crawlab/core/entity/model_info.go

9 lines
144 B
Go

package entity
import "github.com/crawlab-team/crawlab/core/interfaces"
type ModelInfo struct {
Id interfaces.ModelId
ColName string
}