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

Struct Install

kitectl/command/install.go:21–23  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

19)
20
21type Install struct {
22 Ui cli.Ui
23}
24
25func NewInstall() cli.CommandFactory {
26 return func() (cli.Command, error) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected