Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewCustomJSError ¶ added in v0.1.6
func StatefunExecutorPluginJSContructor ¶
func StatefunExecutorPluginJSContructor(alias string, source string) sfPlugins.StatefunExecutor
Types ¶
type CustomJSError ¶ added in v0.1.6
func (*CustomJSError) Error ¶ added in v0.1.6
func (e *CustomJSError) Error() string
func (*CustomJSError) GetLocation ¶ added in v0.1.6
func (e *CustomJSError) GetLocation() string
func (*CustomJSError) GetStackTrace ¶ added in v0.1.6
func (e *CustomJSError) GetStackTrace() string
type StatefunExecutorPluginJS ¶
type StatefunExecutorPluginJS struct {
// contains filtered or unexported fields
}
func (*StatefunExecutorPluginJS) BuildError ¶
func (sfejs *StatefunExecutorPluginJS) BuildError() error
func (*StatefunExecutorPluginJS) Run ¶
func (sfejs *StatefunExecutorPluginJS) Run(ctx *sfPlugins.StatefunContextProcessor) error
Click to show internal directories.
Click to hide internal directories.