Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func RegisterExport ¶
func RegisterExport(coordinator Coordinator, logger logger.Logger)
RegisterExport registers the export operations with the given coordinator.
func RegisterImport ¶
func RegisterImport(coordinator Coordinator, logger logger.Logger)
RegisterImport registers the import operations with the given coordinator.
Types ¶
type Coordinator ¶
type Coordinator interface { // Add adds the given operation to the migration. Add(modelmigration.Operation) }
Coordinator is the interface that is used to add operations to a migration.
type ExportService ¶
type ExportService interface {
GetBlocks(ctx context.Context) ([]blockcommand.Block, error)
}
ExportService provides a subset of the block command domain service methods needed for block command export.
type ImportService ¶
type ImportService interface {
SwitchBlockOn(ctx context.Context, b blockcommand.BlockType, msg string) error
}
ImportService provides a subset of the block command domain service methods needed for block command import.
Click to show internal directories.
Click to hide internal directories.