Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AIHelpAction ¶
type AIHelpAction struct{}
AIHelpAction handles the ai-help command
func NewAIHelpAction ¶
func NewAIHelpAction() *AIHelpAction
NewAIHelpAction creates a new AIHelpAction
type ListAction ¶
type ListAction struct {
// contains filtered or unexported fields
}
ListAction handles the list command
type ReportAction ¶ added in v0.1.1
type ReportAction struct {
// contains filtered or unexported fields
}
ReportAction generates the interactive HTML report.
func NewReportAction ¶ added in v0.1.1
func NewReportAction() *ReportAction
NewReportAction creates a new ReportAction.
type ServeAction ¶ added in v0.1.1
type ServeAction struct{}
ServeAction serves a generated HTML report locally.
func NewServeAction ¶ added in v0.1.1
func NewServeAction() *ServeAction
NewServeAction creates a new ServeAction.
type ValidateAction ¶
type ValidateAction struct {
// contains filtered or unexported fields
}
ValidateAction handles the validate command
func NewValidateAction ¶
func NewValidateAction() *ValidateAction
NewValidateAction creates a new ValidateAction
type VersionAction ¶
VersionAction handles the version command
func NewVersionAction ¶
func NewVersionAction(version, buildTime, gitCommit string) *VersionAction
NewVersionAction creates a new VersionAction
Click to show internal directories.
Click to hide internal directories.