# Structs
CmdCreate will create a new CLI command.
ControllerCreate will create a new controller.
GenerateKey will generate Go-Jet application key in main config.yml file.
MiddlewareCreate will create a new http middleware.
MigrateRollback will rollback some migration in your database.
MigrationCreate will create a new migration This component will create two file UP and DOWN.
MigrationUp will execute database migration.
ModelCreate will create a new Gorm model.
No description provided by the author
Seeder will handle database seeding.
GenerateKey will generate Go-Jet application key in main config.yml file.
ShowCommands will show all registered commands.
GenerateKey will generate Go-Jet application key in main config.yml file.