Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Action ¶
type Action struct {
Comment Comment `cmd:"" help:"GitHub action for Matter spec documents"`
Disco Disco `cmd:"" default:"" help:"GitHub action for Matter spec documents"`
ZAP ZAP `cmd:"" help:"GitHub action for Matter SDK ZAP XML"`
MergeGuard MergeGuard `cmd:"" help:"GitHub action to prevent Provisionality and Parse errors to be merged."`
ZAPDiff ZAPDiff `cmd:"" help:"GitHub action for ZAP XML diff"`
}
type ComparisonSet ¶ added in v1.6.14
type MergeGuard ¶ added in v1.5.56
type MergeGuard struct {
WriteComment bool `default:"false" hidden:"" help:"Write comment directly"`
}
type ZAPDiff ¶ added in v1.6.14
type ZAPDiff struct {
BaselineXMLDir string `name:"baseline-xml" help:"Path to baseline XML file or directory" required:"true"`
GeneratedXMLDir string `name:"generated-xml" help:"Path to generated XML file or directory" required:"true"`
GeneratedSDKRoot string `name:"sdk-root" help:"Path to SDK root directory (for ZAP generation)" required:"true"`
SDKLabel string `name:"sdk-label" help:"Label for SDK (used in human-readable reports)" default:"SDK"`
SpecLabel string `name:"spec-label" help:"Label for Spec (used in human-readable reports)" default:"Spec"`
GenAttributes string `name:"gen-attributes" help:"Zap generation attributes"`
MismatchLevel int `name:"mismatch-level" help:"Mismatch level to report (1-3); 1 is most important" default:"3"`
SpecRoot string `name:"spec-root" help:"Path to Spec root directory" default:"."`
}
type ZAPDiffConfig ¶ added in v1.6.14
type ZAPDiffConfig struct {
ComparisonSets []ComparisonSet `yaml:"comparison_sets"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.