Documentation ¶
Overview ¶
Package cmd implements sub-commands of the "kite" command.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Install ¶
type Install struct{}
func NewInstall ¶
func NewInstall() *Install
func (*Install) Definition ¶
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
type Query ¶
type Query struct {
// contains filtered or unexported fields
}
func (*Query) Definition ¶
type Register ¶
type Register struct {
// contains filtered or unexported fields
}
func NewRegister ¶
func (*Register) Definition ¶
type ShowKey ¶
type ShowKey struct{}
func NewShowKey ¶
func NewShowKey() *ShowKey
func (*ShowKey) Definition ¶
type Tell ¶
type Tell struct {
// contains filtered or unexported fields
}
func (*Tell) Definition ¶
type Uninstall ¶
type Uninstall struct{}
func NewUninstall ¶
func NewUninstall() *Uninstall
func (*Uninstall) Definition ¶
Source Files ¶
Click to show internal directories.
Click to hide internal directories.