Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AddToHistoryStep ¶ added in v0.2.24
type AddToHistoryStep struct {
// contains filtered or unexported fields
}
func (*AddToHistoryStep) Start ¶ added in v0.2.24
func (a *AddToHistoryStep) Start(ctx context.Context, input string) (steps.StepResult[string], error)
type EchoStep ¶ added in v0.2.24
func NewEchoStep ¶ added in v0.2.24
func NewEchoStep() *EchoStep
type RunnableStep ¶ added in v0.2.24
type RunnableStep struct {
// contains filtered or unexported fields
}
func (*RunnableStep) Start ¶ added in v0.2.24
func (r *RunnableStep) Start(ctx context.Context, input interface{}) (steps.StepResult[string], error)
type StepOption ¶ added in v0.2.24
func WithSubscription ¶ added in v0.2.24
func WithSubscription(publisher message.Publisher, topic string) StepOption
Click to show internal directories.
Click to hide internal directories.