updated for unix build
This commit is contained in:
parent
66aca05028
commit
e20edcc9ad
37 changed files with 1001 additions and 257 deletions
12
agent/patching/patching_unix.go
Normal file
12
agent/patching/patching_unix.go
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
//go:build !windows
|
||||
// +build !windows
|
||||
|
||||
package patching
|
||||
|
||||
func PatchMgmnt(enable bool) error { return nil }
|
||||
|
||||
func GetUpdates()(PackageList, error) {
|
||||
return PackageList{}, nil
|
||||
}
|
||||
|
||||
func InstallUpdates(guids []string) {}
|
||||
Loading…
Add table
Add a link
Reference in a new issue