Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AnalyzeCommand ¶
type AnalyzeCommand struct { FileWatcher *fsnotify.Watcher // contains filtered or unexported fields }
func NewAnalyzeCommand ¶
func NewAnalyzeCommand(configuration *Configuration.Configuration, outWriter *bufio.Writer, runners []Engine.Engine, isInteractive bool) *AnalyzeCommand
func (*AnalyzeCommand) Execute ¶
func (v *AnalyzeCommand) Execute() error
func (*AnalyzeCommand) ExecuteRunnerAnalysis ¶ added in v0.17.0
func (v *AnalyzeCommand) ExecuteRunnerAnalysis(config *Configuration.Configuration) error
type CleanCommand ¶
type CleanCommand struct{}
func NewCleanCommand ¶
func NewCleanCommand() *CleanCommand
func (*CleanCommand) Execute ¶
func (v *CleanCommand) Execute() error
type GithubAsset ¶
type GithubRelease ¶
type GithubRelease struct { Assets []GithubAsset Name string }
type InitConfigurationCommand ¶ added in v0.15.0
type InitConfigurationCommand struct { }
func NewInitConfigurationCommand ¶ added in v0.15.0
func NewInitConfigurationCommand() *InitConfigurationCommand
func (*InitConfigurationCommand) Execute ¶ added in v0.15.0
func (v *InitConfigurationCommand) Execute() error
type SelfUpdateCommand ¶
type SelfUpdateCommand struct {
// contains filtered or unexported fields
}
func NewSelfUpdateCommand ¶
func NewSelfUpdateCommand(currentVersion string) *SelfUpdateCommand
func (*SelfUpdateCommand) Execute ¶
func (v *SelfUpdateCommand) Execute() error
func (*SelfUpdateCommand) GetLatestRelease ¶
func (v *SelfUpdateCommand) GetLatestRelease() (*GithubRelease, error)
type VersionCommand ¶
type VersionCommand struct {
CurrentVersion string
}
func NewVersionCommand ¶
func NewVersionCommand(currentVersion string) *VersionCommand
func (*VersionCommand) Execute ¶
func (v *VersionCommand) Execute() error
Click to show internal directories.
Click to hide internal directories.