Documentation
¶
Index ¶
- func NewAddCommand(updateSqlc *Add) *cli.Command
- func NewDbCommand(updateSqlc *UpdateSQLCConfig, add *Add, migrate *Migrate, rollback *Rollback, ...) *cli.Command
- func NewGenerateCommand(updateSqlc *Generate) *cli.Command
- func NewMigrateCommand(updateSqlc *Migrate) *cli.Command
- func NewRollbackCommand(updateSqlc *Rollback) *cli.Command
- func NewUpdateSQLCConfigCommand(updateSqlc *UpdateSQLCConfig) *cli.Command
- type Add
- type Generate
- type Migrate
- type Rollback
- type UpdateSQLCConfig
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewAddCommand ¶
func NewDbCommand ¶
func NewGenerateCommand ¶
func NewMigrateCommand ¶
func NewRollbackCommand ¶
func NewUpdateSQLCConfigCommand ¶
func NewUpdateSQLCConfigCommand(updateSqlc *UpdateSQLCConfig) *cli.Command
Types ¶
type Add ¶
type Add struct {
// contains filtered or unexported fields
}
func NewAdd ¶
func NewAdd( action *action.UpdateSqlcConfig, ) *Add
type Generate ¶
type Generate struct {
// contains filtered or unexported fields
}
func NewGenerate ¶
func NewGenerate(action *action.UpdateSqlcConfig) *Generate
type Migrate ¶
type Migrate struct {
// contains filtered or unexported fields
}
func NewMigrate ¶
func NewMigrate( action *action.UpdateSqlcConfig, ) *Migrate
type Rollback ¶
type Rollback struct {
// contains filtered or unexported fields
}
func NewRollback ¶
func NewRollback( action *action.UpdateSqlcConfig, ) *Rollback
type UpdateSQLCConfig ¶
type UpdateSQLCConfig struct {
// contains filtered or unexported fields
}
func NewUpdateSQLCConfig ¶
func NewUpdateSQLCConfig(action *action.UpdateSqlcConfig) *UpdateSQLCConfig
Click to show internal directories.
Click to hide internal directories.