init bin
This commit is contained in:
18
src/install/uninstall.go
Normal file
18
src/install/uninstall.go
Normal file
@@ -0,0 +1,18 @@
|
||||
package install
|
||||
|
||||
import (
|
||||
// "fmt"
|
||||
// "os"
|
||||
// "io"
|
||||
// "path/filepath"
|
||||
// log "oc-deploy/log_wrapper"
|
||||
)
|
||||
|
||||
type UninstallClass struct {
|
||||
Version string
|
||||
Workspace string
|
||||
}
|
||||
|
||||
func (this UninstallClass) New() {
|
||||
|
||||
}
|
Reference in New Issue
Block a user