package
Version:
v1.6.11
Opens a new window with list of versions in this module.
Published: Oct 24, 2024
License: BSD-3-Clause
Opens a new window with license information.
Imports: 3
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
New optional factory method, should be used if one activity instance per configuration is desired
Activity is an sample Activity that can be used as a base to create a custom activity
Eval implements api.Activity.Eval - Logs the Message
Metadata returns the activity's metadata
type Input struct {
AnInput string `md:"anInput,required"`
}
type Output struct {
AnOutput string `md:"anOutput"`
}
type Settings struct {
ASetting string `md:"aSetting,required"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.