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

Struct Register

kitectl/command/register.go:15–18  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

13const defaultKontrolURL = "https://discovery.koding.com/kite"
14
15type Register struct {
16 KiteClient *kite.Kite
17 Ui cli.Ui
18}
19
20func NewRegister() cli.CommandFactory {
21 return func() (cli.Command, error) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected