Searched defs:MkModule (Results 1 – 2 of 2) sorted by relevance
18 type MkModule struct { struct19 Type string20 Location int21 Extras int22 Variables map[string]string
111 func Compare(refMod *MkModule, ourMod *MkModule, varFilter func(string) bool) MkModuleDiff {