Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var (
ControllerCmd = &cobra.Command{
Use: "controller [name]",
Short: "Generate a new controller for a Torque app. ie: torque gen controller users",
Long: "",
Run: executeController,
}
)
View Source
var (
GenCmd = &cobra.Command{
Use: "gen",
Short: "Generate something useful inside of a Torque app.",
Long: "",
}
)
Functions ¶
func ValidateControllerName ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.