Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MigrateApp ¶
type MigrateApp struct {
// contains filtered or unexported fields
}
func MigrateCmd ¶
func MigrateCmd() (*MigrateApp, func(), error)
func NewMigrateApp ¶
func NewMigrateApp( app *system.AppContext, conf *koanf.Koanf, log *zap.SugaredLogger, ) *MigrateApp
func (*MigrateApp) Down ¶
func (a *MigrateApp) Down(downAll bool)
func (*MigrateApp) Run ¶
func (a *MigrateApp) Run(migrateName string)
func (*MigrateApp) Up ¶
func (a *MigrateApp) Up(upAll bool)
Click to show internal directories.
Click to hide internal directories.