Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ToMessage ¶
func ToMessage(functionContext *pbtypes.FunctionContext) (message statefun.MessageBuilder, err error)
Types ¶
type Context ¶
type Context interface { statefun.Context Message() json.RawMessage States() []statefun.ValueSpec CmdbContext() json.RawMessage }
type Module ¶
type Opt ¶
type Opt func(*module)
func WithStatefulFunctions ¶
func WithStatefulFunctions(builder statefun.StatefulFunctions) Opt
type StatefulFunction ¶
StatefulFunction function interface
Click to show internal directories.
Click to hide internal directories.