&dc_recipe.Recipe{
... // 16 identical fields
Reports: nil,
Feeds: nil,
Values: []*dc_recipe.Value{
&{Name: "DropboxPath", Desc: "アップロード先Dropboxパス", TypeName: "domain.dropbox.model.mo_path.dropbox_path_impl"},
&{Name: "LocalPath", Desc: "アップロードするローカルファイルのパス", TypeName: "essentials.model.mo_path.file_system_path_impl", TypeAttr: map[string]any{"shouldExist": bool(false)}},
&{Name: "PeerName", Desc: "アカウントの別名", Default: "deploy", TypeName: "string", ...},
&{
Name: "Timeout",
Desc: "処理タイムアウト(秒)",
- Default: "30",
+ Default: "60",
TypeName: "int",
TypeAttr: nil,
},
},
GridDataInput: nil,
GridDataOutput: nil,
... // 2 identical fields
}
&dc_recipe.Recipe{
... // 16 identical fields
Reports: nil,
Feeds: nil,
Values: []*dc_recipe.Value{
&{Name: "Days", Desc: "目標日数", Default: "7", TypeName: "essentials.model.mo_int.range_int", ...},
+ &{
+ Name: "Path",
+ Desc: "ワークスペースへのパス.",
+ TypeName: "essentials.model.mo_string.opt_string",
+ },
},
GridDataInput: nil,
GridDataOutput: nil,
... // 2 identical fields
}
&dc_recipe.Recipe{
... // 16 identical fields
Reports: nil,
Feeds: nil,
Values: []*dc_recipe.Value{
&{Name: "Days", Desc: "目標日数", Default: "28", TypeName: "essentials.model.mo_int.range_int", ...},
+ &{
+ Name: "Path",
+ Desc: "ワークスペースへのパス.",
+ TypeName: "essentials.model.mo_string.opt_string",
+ },
},
GridDataInput: nil,
GridDataOutput: nil,
... // 2 identical fields
}
&dc_recipe.Recipe{
... // 7 identical fields
ConnUsePersonal: false,
ConnUseBusiness: true,
ConnScopes: map[string]string{
"File": "business_file",
"Info": "business_info",
"Mgmt": "business_management",
- "Peer": "business_info",
+ "Peer": "business_file",
},
Services: {"dropbox_business"},
IsSecret: false,
... // 11 identical fields
}