migrate

package
v0.4.4 Latest Latest
Warning

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

Go to latest
Published: May 31, 2024 License: Apache-2.0 Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Client

type Client interface {
	Up() error
	Steps(n int) error
}

type ClientFactory

type ClientFactory interface {
	New() (Client, error)
}

func NewClientFactory

func NewClientFactory(
	githubUser, githubAccessTokenPath, githubSourcePath string,
	mysqlUser, mysqlPass, mysqlHost string, mysqlPort int, mysqlDBName string,
) (ClientFactory, error)

Directories

Path Synopsis
Package mock is a generated GoMock package.
Package mock is a generated GoMock package.

Jump to

Keyboard shortcuts

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