even moar refactor

This commit is contained in:
redanthrax 2022-06-17 11:01:34 -07:00
parent d6cd817133
commit 93db0f17a1
11 changed files with 111 additions and 170 deletions

View file

@ -0,0 +1,7 @@
package patching
func PatchMgmnt(enable bool) error { return nil }
func GetWinUpdates() {}
func InstallUpdates(guids []string) {}