19 lines
234 B
Go
19 lines
234 B
Go
|
package install
|
||
|
|
||
|
import (
|
||
|
// "fmt"
|
||
|
// "os"
|
||
|
// "io"
|
||
|
// "path/filepath"
|
||
|
// log "oc-deploy/log_wrapper"
|
||
|
)
|
||
|
|
||
|
type UninstallClass struct {
|
||
|
Version string
|
||
|
Workspace string
|
||
|
}
|
||
|
|
||
|
func (this UninstallClass) New() {
|
||
|
|
||
|
}
|