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
Click to show internal directories.
Click to hide internal directories.