Documentation ¶
Index ¶
- Variables
- func IsVersionSupported(v *semver.Version) bool
- func NewExit(uuid flows.ExitUUID, destination flows.NodeUUID) flows.Exit
- func NewFlow(uuid assets.FlowUUID, name string, language envs.Language, ...) (flows.Flow, error)
- func NewFlowAssets(source assets.Source, migrationConfig *migrations.Config) flows.FlowAssets
- func NewLocalization() flows.Localization
- func NewNode(uuid flows.NodeUUID, actions []flows.Action, router flows.Router, ...) flows.Node
- func ReadAsset(a assets.Flow, mc *migrations.Config) (flows.Flow, error)
- func ReadFlow(data json.RawMessage, mc *migrations.Config) (flows.Flow, error)
- func ReadLocalization(data json.RawMessage) (flows.Localization, error)
Constants ¶
This section is empty.
Variables ¶
View Source
var CurrentSpecVersion = semver.MustParse("13.1.0")
CurrentSpecVersion is the flow spec version supported by this library
Functions ¶
func IsVersionSupported ¶ added in v0.66.2
IsVersionSupported checks the given version is supported
func NewFlow ¶ added in v0.6.2
func NewFlow(uuid assets.FlowUUID, name string, language envs.Language, flowType flows.FlowType, revision int, expireAfterMinutes int, localization flows.Localization, nodes []flows.Node, ui json.RawMessage, a assets.Flow) (flows.Flow, error)
NewFlow creates a new flow
func NewFlowAssets ¶ added in v0.15.0
func NewFlowAssets(source assets.Source, migrationConfig *migrations.Config) flows.FlowAssets
NewFlowAssets creates a new flow assets
func NewLocalization ¶ added in v0.6.2
func NewLocalization() flows.Localization
NewLocalization creates a new empty localization
func NewNode ¶ added in v0.6.2
func NewNode(uuid flows.NodeUUID, actions []flows.Action, router flows.Router, exits []flows.Exit) flows.Node
NewNode creates a new flow node
func ReadAsset ¶ added in v0.156.0
ReadAsset reads a flow definition from the passed in flow asset, migrating it to the spec version of the engine if necessary
func ReadFlow ¶
func ReadFlow(data json.RawMessage, mc *migrations.Config) (flows.Flow, error)
ReadFlow reads a flow definition from the passed in byte array, migrating it to the spec version of the engine if necessary
func ReadLocalization ¶ added in v0.6.2
func ReadLocalization(data json.RawMessage) (flows.Localization, error)
ReadLocalization reads entire localization flow segment
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.