sequence_execution

package
v0.0.0-...-318a3d5 Latest Latest
Warning

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

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

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ModelTransformer

type ModelTransformer interface {
	TransformToDBModel(execution models.SequenceExecution) interface{}
	TransformEventToDBModel(event models.TaskEvent) interface{}
	TransformToSequenceExecution(dbItem interface{}) (*models.SequenceExecution, error)
}

ModelTransformer is an interface that defines functions for transforming between the internal representation of a sequence execution and the model structure outside the db package

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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