store

package
v1.2.10 Latest Latest
Warning

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

Go to latest
Published: Aug 16, 2021 License: MIT Imports: 1 Imported by: 1

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Migratable

type Migratable interface {
	GetName() string
	Up(*sqlx.DB)
	Down(*sqlx.DB)
}

type Migrations

type Migrations []Migratable

func (*Migrations) Filter

func (m *Migrations) Filter(name string)

func (*Migrations) Find

func (m *Migrations) Find(name string) Migratable

func (*Migrations) GetNames

func (m *Migrations) GetNames() []string

func (*Migrations) Register

func (m *Migrations) Register(migs []Migratable)

Jump to

Keyboard shortcuts

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