mirror of
https://github.com/crawlab-team/crawlab.git
synced 2026-01-30 18:00:56 +01:00
feat: added dependency config setup (wip)
This commit is contained in:
@@ -3,10 +3,9 @@ package models
|
||||
type DependencyConfig struct {
|
||||
any `collection:"dependency_configs"`
|
||||
BaseModel[DependencyConfig] `bson:",inline"`
|
||||
Key string `json:"key" bson:"key"`
|
||||
Name string `json:"name" bson:"name"`
|
||||
Cmd string `json:"cmd" bson:"cmd"`
|
||||
Proxy string `json:"proxy" bson:"proxy"`
|
||||
SetupNodeIds []string `json:"setup_node_ids" bson:"setup_node_ids"`
|
||||
SetupScriptPath string `json:"setup_script_path" bson:"setup_script_path"`
|
||||
Key string `json:"key" bson:"key"`
|
||||
Name string `json:"name" bson:"name"`
|
||||
ExecCmd string `json:"exec_cmd" bson:"exec_cmd"`
|
||||
PkgCmd string `json:"pkg_cmd" bson:"pkg_cmd"`
|
||||
Proxy string `json:"proxy" bson:"proxy"`
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user