rmmagent/agent/patching/patching_linux.go
2022-06-20 16:51:00 -07:00

7 lines
130 B
Go

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