even moar refactor
This commit is contained in:
parent
d6cd817133
commit
93db0f17a1
11 changed files with 111 additions and 170 deletions
|
|
@ -171,4 +171,14 @@ func RecoverMesh(agentID string) {
|
|||
|
||||
func UninstallCleanup() {}
|
||||
|
||||
func RunMigrations() {}
|
||||
func RunMigrations() {}
|
||||
|
||||
func GetPython(force bool) {}
|
||||
|
||||
func ChecksRunning() bool { return false }
|
||||
|
||||
func RunTask(id int) error { return nil }
|
||||
|
||||
func installMesh(meshbin, exe, proxy string) (string, error) {
|
||||
return "not implemented", nil
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue