Documentation
¶
Index ¶
- type Migrator
- func (m *Migrator) Down(ctx context.Context) (*goose.MigrationResult, error)
- func (m *Migrator) DownTo(ctx context.Context, version int64) ([]*goose.MigrationResult, error)
- func (m *Migrator) HasPending(ctx context.Context) (bool, error)
- func (m *Migrator) Status(ctx context.Context) ([]*goose.MigrationStatus, error)
- func (m *Migrator) Up(ctx context.Context) ([]*goose.MigrationResult, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.