oc-deploy/src/install/uninstall.go

19 lines
234 B
Go
Raw Normal View History

2024-09-02 09:09:46 +02:00
package install
import (
// "fmt"
// "os"
// "io"
// "path/filepath"
// log "oc-deploy/log_wrapper"
)
type UninstallClass struct {
Version string
Workspace string
}
func (this UninstallClass) New() {
}