migrate

package
v0.14.0 Latest Latest
Warning

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

Go to latest
Published: Aug 27, 2023 License: Apache-2.0 Imports: 14 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Migrate

func Migrate(dir string) (err error)

Types

type SemVer

type SemVer struct {
	Major int
	Minor int
	Patch int
}

func ParseSemVer

func ParseSemVer(s string) (*SemVer, error)

func (*SemVer) CompareTo

func (a *SemVer) CompareTo(b *SemVer) int

func (*SemVer) MarshalText

func (v *SemVer) MarshalText() (text []byte, err error)

func (*SemVer) String

func (v *SemVer) String() string

func (*SemVer) UnmarshalText

func (v *SemVer) UnmarshalText(text []byte) (err error)

Jump to

Keyboard shortcuts

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