migrate

package
v3.4.1 Latest Latest
Warning

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

Go to latest
Published: Aug 12, 2025 License: MIT Imports: 9 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ConfigFinder

type ConfigFinder interface {
	Find(configFilePath string) (string, error)
}

type Controller

type Controller struct {
	// contains filtered or unexported fields
}

func New

func New(fs afero.Fs, cfgFinder ConfigFinder, param *Param) *Controller

func (*Controller) Migrate

func (c *Controller) Migrate(logE *logrus.Entry) error

type Param

type Param struct {
	ConfigFilePath string
}