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

Function defaultKiteClient

kitectl/command/default.go:20–22  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

18)
19
20func defaultKiteClient() *kite.Kite {
21 return kite.New(AppName, AppVersion)
22}
23
24func defaultUi() cli.Ui {
25 return &cli.ColoredUi{

Callers 1

default.goFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected