migrations

package
v0.9.7 Latest Latest
Warning

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

Go to latest
Published: Feb 5, 2022 License: MIT Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var MigrationsList map[string]Migration = map[string]Migration{
	"test-mig": M_Test,
}

Functions

This section is empty.

Types

type Migration

type Migration interface {
	Up()
	Down()
}

type Test added in v0.9.6

type Test struct {
	TableName string
}
var M_Test Test = Test{TableName: "test"}

func (Test) Down added in v0.9.6

func (m Test) Down()

func (Test) Up added in v0.9.6

func (m Test) Up()

Jump to

Keyboard shortcuts

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