MCPcopy Create free account
hub / github.com/koding/kite / Uninstall

Struct Uninstall

kitectl/command/uninstall.go:13–15  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

11)
12
13type Uninstall struct {
14 Ui cli.Ui
15}
16
17func NewUninstall() cli.CommandFactory {
18 return func() (cli.Command, error) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected