Searched defs:MkModuleDiff (Results 1 – 2 of 2) sorted by relevance
60 type MkModuleDiff struct { struct61 Ref *MkModule `json:"-"`62 Our *MkModule `json:"-"`63 MissingVars []string `json:",omitempty"`64 ExtraVars []string `json:",omitempty"`65 DiffVars []MkVarDiff `json:",omitempty"`66 TypeDiffers bool `json:",omitempty"`67 ExtrasDiffer bool `json:",omitempty"`71 func (d *MkModuleDiff) Empty() bool {76 func (d *MkModuleDiff) Print(sink io.Writer, name string) {
101 mkcompare.MkModuleDiff anonMember