Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var CmdMake = &cobra.Command{
Use: "make",
Short: "Generate file and code",
}
View Source
var CmdMakeCMD = &cobra.Command{ Use: "cmd", Short: "Create a new command", Run: runMakeCMD, Args: cobra.ExactArgs(1), }
View Source
var CmdMakeController = &cobra.Command{ Use: "controller", Short: "Create a new controller", Run: runMakeController, Args: cobra.ExactArgs(1), }
View Source
var CmdMakeMiddleware = &cobra.Command{ Use: "middleware", Short: "Create a new middleware", Run: runMiddleware, Args: cobra.ExactArgs(1), }
View Source
var CmdMakeMigration = &cobra.Command{ Use: "migration", Short: "Create a new migration file", Run: runMakeMigration, Args: cobra.ExactArgs(1), }
View Source
var CmdMakeModel = &cobra.Command{ Use: "model", Short: "Create a new model", Run: runMakeModel, Args: cobra.ExactArgs(1), }
View Source
var CmdMakeRequest = &cobra.Command{ Use: "request", Short: "Create a new form request", Run: runMakeRequest, Args: cobra.ExactArgs(1), }
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.