Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MigrateOptions ¶
type Migrator ¶
type Migrator struct { Debuger // contains filtered or unexported fields }
func NewMigrator ¶
func NewMigrator(ctx context.Context, opts *MigrateOptions) (*Migrator, error)
type ProgressBar ¶
type ProgressBar struct {
// contains filtered or unexported fields
}
func NewBar ¶
func NewBar(description string, total int, stepCurrent, stepEnd int, verbose bool) *ProgressBar
func (*ProgressBar) Add ¶
func (b *ProgressBar) Add(n int)
func (*ProgressBar) Done ¶
func (b *ProgressBar) Done()
Click to show internal directories.
Click to hide internal directories.