Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewDefaultConfig ¶ added in v0.9.3
func NewDefaultConfig() flows.EngineConfig
NewDefaultConfig returns the default engine configuration
func NewSession ¶ added in v0.4.0
func NewSession(assetCache *assets.AssetCache, assetServer assets.AssetServer, engineConfig flows.EngineConfig, httpClient *utils.HTTPClient) flows.Session
NewSession creates a new session
func ReadSession ¶ added in v0.4.0
func ReadSession(assetCache *assets.AssetCache, assetServer assets.AssetServer, engineConfig flows.EngineConfig, httpClient *utils.HTTPClient, data json.RawMessage) (flows.Session, error)
ReadSession decodes a session from the passed in JSON
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.