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

Struct Run

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

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected