service

package
v0.0.0-...-f810e02 Latest Latest
Warning

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

Go to latest
Published: Jan 21, 2018 License: MIT Imports: 7 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ApplySchemaDiffService

type ApplySchemaDiffService interface {
	Perform(context.Context) error
}

ApplySchemaDiffService applies diff between 2 schemata taken from given repositories.

func NewApplySchemaDiffService

func NewApplySchemaDiffService(base, target schema.Repository, ui system.UI) ApplySchemaDiffService

NewApplySchemaDiffService creates a ApplySchemaDiffService instance.

type ShowSchemaDiffService

type ShowSchemaDiffService interface {
	Perform(context.Context) error
}

ShowSchemaDiffService shows diff between 2 schemata taken from given repositories.

func NewShowSchemaDiffService

func NewShowSchemaDiffService(repo1, repo2 schema.Repository, ui system.UI) ShowSchemaDiffService

NewShowSchemaDiffService creates a ShowSchemaDiffService instance.

Jump to

Keyboard shortcuts

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