Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func All ¶ added in v19.2.0
func All() map[int64]pkg_autoflow.Module
All returns all known built-in modules. DO NOT change the IDs of the modules.
Types ¶
type Echo ¶
type Echo struct {
}
func (*Echo) InvokeAction ¶
func (e *Echo) InvokeAction( ctx context.Context, actionName, workflowKey, identityKey string, args []*pkg_autoflow.Value, kwargs []*pkg_autoflow.NamedValue, channelTokens []*pkg_autoflow.ChannelToken, ) (*pkg_autoflow.Result, error)
func (*Echo) LoadModuleDescriptor ¶
func (e *Echo) LoadModuleDescriptor(ctx context.Context) (*pkg_autoflow.ModuleDescriptor, error)
Click to show internal directories.
Click to hide internal directories.