&dc_recipe.Recipe{
... // 16 identical fields
Reports: nil,
Feeds: nil,
Values: []*dc_recipe.Value{
&{Name: "Badge", Desc: "Include badges of build status", Default: "true", TypeName: "bool", ...},
&{Name: "CommandPath", Desc: "Relative path to generate command manuals", Default: "doc/generated/", TypeName: "string", ...},
- &{Name: "Filename", Desc: "Filename", Default: "README.md", TypeName: "string"},
&{
- Name: "Lang",
+ Name: "DocLang",
Desc: "Language",
Default: "",
... // 2 identical fields
},
+ &{Name: "Filename", Desc: "Filename", Default: "README.md", TypeName: "string"},
},
GridDataInput: nil,
GridDataOutput: nil,
... // 2 identical fields
}
&dc_recipe.Recipe{
... // 16 identical fields
Reports: nil,
Feeds: nil,
Values: []*dc_recipe.Value{
&{Name: "BufferSize", Desc: "Size of buffer", Default: "65536", TypeName: "domain.common.model.mo_int.range_int", ...},
&{
Name: "Record",
Desc: "Capture record(s) for the test",
Default: "",
- TypeName: "string",
+ TypeName: "domain.common.model.mo_string.opt_string",
TypeAttr: nil,
},
},
GridDataInput: nil,
GridDataOutput: nil,
... // 2 identical fields
}