migrations

package
v1.46.0 Latest Latest
Warning

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

Go to latest
Published: Aug 16, 2024 License: Apache-2.0 Imports: 8 Imported by: 1

Documentation

Index

Constants

View Source
const (
	NoMigrations  string = "none"
	AllMigrations string = "all"
)

Variables

This section is empty.

Functions

func HelpText

func HelpText() string

Types

type Migration

type Migration interface {
	Token() MigrationToken
	Help() string
	Migrate(*declcfg.DeclarativeConfig) error
}

type MigrationToken

type MigrationToken string

type Migrations

type Migrations struct {
	Migrations []Migration
}

func NewMigrations

func NewMigrations(name string) (*Migrations, error)

func (*Migrations) Migrate

func (m *Migrations) Migrate(config *declcfg.DeclarativeConfig) error

Jump to

Keyboard shortcuts

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