Documentation ¶
Index ¶
Constants ¶
View Source
const (
ActionRef = "github.com/project-flogo/rules/ruleaction"
)
Action ref to register the action factory
View Source
const (
ActionRefOld = "github.com/project-flogo/rules/ruleaction_old"
)
Action ref to register the action factory
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ActionData ¶
type ActionData struct {
Tds json.RawMessage `json:"tds"`
}
ActionData maintains Tuple descriptor details
type ActionDataOld ¶
type ActionDataOld struct {
Tds []model.TupleDescriptor
}
ActionDataOld maintains Tuple descriptor details
type ActionFactory ¶
type ActionFactory struct { }
ActionFactory wrapper to register with the action
func (*ActionFactory) Init ¶
func (f *ActionFactory) Init() error
Init implements action.Factory.Init
type ActionFactoryOld ¶
type ActionFactoryOld struct { }
ActionFactoryOld wrapper to register with the action
func (*ActionFactoryOld) Init ¶
func (ff *ActionFactoryOld) Init() error
Init implements action.Factory.Init
type RuleAction ¶
type RuleAction struct {
// contains filtered or unexported fields
}
RuleAction wraps RuleSession
func (*RuleAction) IOMetadata ¶
func (a *RuleAction) IOMetadata() *data.IOMetadata
IOMetadata get the Action's IO metadata
func (*RuleAction) Metadata ¶
func (a *RuleAction) Metadata() *action.Metadata
Metadata get the Action's metadata
type RuleActionOld ¶
type RuleActionOld struct {
// contains filtered or unexported fields
}
RuleActionOld wraps RuleSession
func (*RuleActionOld) IOMetadata ¶
func (a *RuleActionOld) IOMetadata() *data.IOMetadata
IOMetadata get the Action's IO metadata
func (*RuleActionOld) Metadata ¶
func (a *RuleActionOld) Metadata() *action.Metadata
Metadata get the Action's metadata
Click to show internal directories.
Click to hide internal directories.