even moar refactor
This commit is contained in:
parent
d6cd817133
commit
93db0f17a1
11 changed files with 111 additions and 170 deletions
|
|
@ -1,3 +0,0 @@
|
|||
package software
|
||||
|
||||
func SendSoftware() {}
|
||||
13
agent/software/software_linux.go
Normal file
13
agent/software/software_linux.go
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
package software
|
||||
|
||||
import (
|
||||
trmm "github.com/wh1te909/trmm-shared"
|
||||
)
|
||||
|
||||
func SendSoftware() {}
|
||||
|
||||
func GetInstalledSoftware() []trmm.WinSoftwareList { return []trmm.WinSoftwareList{} }
|
||||
|
||||
func InstallChoco() {}
|
||||
|
||||
func InstallWithChoco(name string) (string, error) { return "", nil }
|
||||
Loading…
Add table
Add a link
Reference in a new issue