package
Version:
v3.3.20
Opens a new window with list of versions in this module.
Published: Jun 11, 2021
License: Apache-2.0
Opens a new window with license information.
Imports: 0
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
Package flow is an interface used for saga pattern microservice workflow
type Step interface {
Endpoint() string
}
type Workflow interface {
Steps() [][]Step
Stop() error
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.