migrations

package
v0.2.29 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 10, 2024 License: MIT Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Init

type Init struct{}

func (*Init) Down

func (*Init) Up

func (*Init) Version

func (i *Init) Version() uint32

type Migration

type Migration interface {
	Up(ctx context.Context, tr fdbclient.Transaction) error
	Down(ctx context.Context, tr fdbclient.Transaction) error
	Version() uint32
}

func Migrations added in v0.1.8

func Migrations(version uint32) []Migration

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL