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

Struct Showkey

kitectl/command/showkey.go:36–38  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

34}
35
36type Showkey struct {
37 Ui cli.Ui
38}
39
40func NewShowkey() cli.CommandFactory {
41 return func() (cli.Command, error) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected