direction

package
v0.0.0-...-40d1281 Latest Latest
Warning

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

Go to latest
Published: May 27, 2021 License: MIT Imports: 0 Imported by: 0

Documentation

Overview

Package direction just holds convenience constants for Up and Down migrations.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Direction

type Direction int

Direction - type that indicates direction of migration(up or down)

const (
	// Up - up migration
	Up Direction = +1
	// Down - down migration
	Down Direction = -1
)

Jump to

Keyboard shortcuts

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