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