even moar refactor
This commit is contained in:
parent
d6cd817133
commit
93db0f17a1
11 changed files with 111 additions and 170 deletions
7
agent/patching/patching_linux.go
Normal file
7
agent/patching/patching_linux.go
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
package patching
|
||||
|
||||
func PatchMgmnt(enable bool) error { return nil }
|
||||
|
||||
func GetWinUpdates() {}
|
||||
|
||||
func InstallUpdates(guids []string) {}
|
||||
Loading…
Add table
Add a link
Reference in a new issue