Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CamelToSnake ¶
CamelToSnake mengonversi string dari CamelCase ke snake_case
Types ¶
type CliRootConfig ¶ added in v1.0.4
type CliRootConfig struct {
FuncMigration interface{}
FuncSeeder interface{}
}
type MigrationInterface ¶ added in v1.0.4
type MigrationInterface interface {
RunMigration()
}
Click to show internal directories.
Click to hide internal directories.