sources

package
v0.2.1 Latest Latest
Warning

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

Go to latest
Published: Jan 12, 2022 License: MIT Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func List

func List() []string

func Register

func Register(name string, source Source)

Types

type Source

type Source interface {
	Open(sourceURL string) (source Source, err error)
	Close() (err error)
	Migrations() (migrations []*models.Migration)
}

func Open

func Open(sourceName, sourceURL string) (Source, error)

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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