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 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.