incr

package
v1.5.0 Latest Latest
Warning

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

Go to latest
Published: Aug 26, 2024 License: MIT Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var ErrDuplicateVersion = fmt.Errorf("版本重复,请修改")

ErrDuplicateVersion 表示版本重复的错误

Functions

func RegisterIncr

func RegisterIncr(app *ioc.App)

func RunIncrementalOperations

func RunIncrementalOperations(currentVersion string) error

RunIncrementalOperations 执行所有低于当前版本的增量操作

Types

type InitialIncr

type InitialIncr interface {
	Version() string
	Rollback() error
	Commit() error
}

func NewIncrV123

func NewIncrV123(app *ioc.App) InitialIncr

func NewIncrV130

func NewIncrV130(app *ioc.App) InitialIncr

Jump to

Keyboard shortcuts

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