mirror of
https://github.com/crawlab-team/crawlab.git
synced 2026-01-29 18:00:51 +01:00
feat: added modules
This commit is contained in:
11
core/entity/model_delegate.go
Normal file
11
core/entity/model_delegate.go
Normal file
@@ -0,0 +1,11 @@
|
||||
package entity
|
||||
|
||||
import "github.com/crawlab-team/crawlab/core/interfaces"
|
||||
|
||||
type ModelDelegate struct {
|
||||
Id interfaces.ModelId `json:"id"`
|
||||
ColName string `json:"col_name"`
|
||||
Doc interfaces.Model `json:"doc"`
|
||||
Artifact interfaces.ModelArtifact `json:"a"`
|
||||
User interfaces.User `json:"u"`
|
||||
}
|
||||
Reference in New Issue
Block a user