Documentation ¶
Index ¶
- Constants
- Variables
- func NewInstall() cli.CommandFactory
- func NewList() cli.CommandFactory
- func NewQuery() cli.CommandFactory
- func NewRegister() cli.CommandFactory
- func NewRun() cli.CommandFactory
- func NewShowkey() cli.CommandFactory
- func NewTell() cli.CommandFactory
- func NewUninstall() cli.CommandFactory
- type Install
- type InstalledKite
- type List
- type Query
- type Register
- type Run
- type Showkey
- type Tell
- type Uninstall
Constants ¶
View Source
const ( AppName = "kitectl" AppVersion = "0.0.8" )
Variables ¶
View Source
var ( DefaultKiteClient = defaultKiteClient() DefaultUi = defaultUi() )
Functions ¶
func NewInstall ¶
func NewInstall() cli.CommandFactory
func NewList ¶
func NewList() cli.CommandFactory
func NewQuery ¶
func NewQuery() cli.CommandFactory
func NewRegister ¶
func NewRegister() cli.CommandFactory
func NewRun ¶
func NewRun() cli.CommandFactory
func NewShowkey ¶
func NewShowkey() cli.CommandFactory
func NewTell ¶
func NewTell() cli.CommandFactory
func NewUninstall ¶
func NewUninstall() cli.CommandFactory
Types ¶
type InstalledKite ¶
func NewInstalledKite ¶
func NewInstalledKite(domain, user, repo, version string) *InstalledKite
func (*InstalledKite) BinPath ¶
func (k *InstalledKite) BinPath() string
BinPath returns the path of the executable binary file.
func (*InstalledKite) String ¶
func (k *InstalledKite) String() string
Click to show internal directories.
Click to hide internal directories.