store

package
v0.0.0-...-7690095 Latest Latest
Warning

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

Go to latest
Published: Sep 24, 2017 License: MIT Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Migrate

func Migrate(s SQLScheme, db *sql.DB, v int, usrgen UserDetailGenerator) (err error)

Types

type SQLScheme

type SQLScheme interface {
	Version() int
	Previous() SQLScheme
	CreateAdmin(UserDetailGenerator) (string, []interface{})
	Slice() []string
	UpdateVersion() string
}

type UserDetailGenerator

type UserDetailGenerator func() (user, pass, email string)

Jump to

Keyboard shortcuts

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