Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( ErrExpressionNotMatch error = errors.New("generator do not match a valid expression") ErrNoColumnFound error = errors.New("no arguments was received, at least 1 column is required") ErrNoTableName error = errors.New("no table name") )
Errors
View Source
var ErrInvalidRenamer error = errors.New("invalid renamer, please write a valid argument")
Functions ¶
This section is empty.
Types ¶
type Creator ¶
type Creator struct{}
FizzCreator model struct for fizz generation files
type MigrationGenerator ¶
type MigrationGenerators ¶
type MigrationGenerators []MigrationGenerator
func (MigrationGenerators) GeneratorFor ¶
func (a MigrationGenerators) GeneratorFor(name string) MigrationGenerator
Click to show internal directories.
Click to hide internal directories.