rmmagent/agent/patching/patching_linux.go
2022-06-17 11:01:34 -07:00

7 lines
No EOL
132 B
Go

package patching
func PatchMgmnt(enable bool) error { return nil }
func GetWinUpdates() {}
func InstallUpdates(guids []string) {}