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

Function NewShowkey

kitectl/command/showkey.go:40–46  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

38}
39
40func NewShowkey() cli.CommandFactory {
41 return func() (cli.Command, error) {
42 return &Showkey{
43 Ui: DefaultUi,
44 }, nil
45 }
46}
47
48func (c *Showkey) Synopsis() string {
49 return "Shows the registration key"

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected