Documentation ¶
Index ¶
- Constants
- func NewAction(entityType, entityID string) types.Action
- func NewContext(ctx context.Context) types.ActionContent
- func Registered(name string, ac types.ActionBuilder)
- func SinkNames() []string
- type ActionBehavior
- type ActionManager
- type CheckpointedFunction
- type DBImpl
- type EntityInfo
- type EntityMeta
Constants ¶
View Source
const ( ActionModePanic = iota ActionModeRedeliver ActionModeContinue )
View Source
const DefaultActionEntityID = "default"
Variables ¶
This section is empty.
Functions ¶
func NewContext ¶
func NewContext(ctx context.Context) types.ActionContent
func Registered ¶
func Registered(name string, ac types.ActionBuilder)
Types ¶
type ActionBehavior ¶
type ActionBehavior int32
func UnmarshalBehavior ¶
func UnmarshalBehavior(typ string) ActionBehavior
type ActionManager ¶
type CheckpointedFunction ¶
type CheckpointedFunction = stypes.CheckpointedFunction
type EntityInfo ¶
Click to show internal directories.
Click to hide internal directories.