direction

package
v1.3.2 Latest Latest
Warning

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

Go to latest
Published: May 9, 2017 License: MIT Imports: 0 Imported by: 28

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