Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Cache ¶
type Cache struct {
// contains filtered or unexported fields
}
func (*Cache) Run ¶
func (c *Cache) Run(params *CacheParams) error
type CacheParams ¶
type CacheParams struct {
Project string
}
type Config ¶
type Config struct {
// contains filtered or unexported fields
}
func (*Config) Run ¶
func (c *Config) Run(params *ConfigParams) error
type ConfigParams ¶
type ConfigParams struct {
Force bool
}
type Uninstall ¶
type Uninstall struct {
// contains filtered or unexported fields
}
func NewUninstall ¶
func (*Uninstall) Run ¶
func (u *Uninstall) Run(params *UninstallParams) error
type UninstallParams ¶
Click to show internal directories.
Click to hide internal directories.