&dc_recipe.Recipe{
... // 17 identical fields
Reports: nil,
Feeds: nil,
Values: []*dc_recipe.Value{
&{Name: "DestPath", Desc: "出力先パス", TypeName: "essentials.model.mo_path.file_system_path_impl", TypeAttr: map[string]any{"shouldExist": bool(false)}},
- &{
- Name: "SourcePath",
- Desc: "ライセンスへのパス (go-licenses 出力フォルダ)",
- TypeName: "essentials.model.mo_path.file_system_path_impl",
- TypeAttr: map[string]any{"shouldExist": bool(false)},
- },
},
GridDataInput: {},
GridDataOutput: {},
... // 2 identical fields
}
&dc_recipe.Recipe{
... // 7 identical fields
ConnUsePersonal: true,
ConnUseBusiness: true,
ConnScopes: map[string]string{
... // 4 identical entries
"Info": "business_info",
"Mgmt": "business_management",
+ "Peer": "github_public",
},
Services: {"dropbox", "dropbox_business", "github"},
IsSecret: true,
... // 12 identical fields
}