migrate

package
v0.29.0 Latest Latest
Warning

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

Go to latest
Published: Dec 21, 2023 License: MPL-2.0 Imports: 8 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Plan

type Plan interface {
	Version() string
	Up(ctx context.Context) error
}

func NewPlan1

func NewPlan1(logger *zap.Logger, service sinks.SinkService, sinkRepo sinks.SinkRepository, passwordService authentication_type.PasswordService) Plan

type Plan1UpdateConfiguration

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

func (*Plan1UpdateConfiguration) Up

func (p *Plan1UpdateConfiguration) Up(ctx context.Context) (mainErr error)

func (*Plan1UpdateConfiguration) Version

func (p *Plan1UpdateConfiguration) Version() string

type Service

type Service interface {
	Migrate(plans ...Plan) error
}

func NewService

func NewService(logger *zap.Logger, sinkRepository sinks.SinkRepository) Service

Jump to

Keyboard shortcuts

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