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

Function NewRegister

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

Source from the content-addressed store, hash-verified

18}
19
20func NewRegister() cli.CommandFactory {
21 return func() (cli.Command, error) {
22 return &Register{
23 KiteClient: DefaultKiteClient,
24 Ui: DefaultUi,
25 }, nil
26 }
27}
28
29func (c *Register) Synopsis() string {
30 return "Registers this host to a kite authority"

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected