Documentation ¶
Index ¶
- type Option
- type Workflow
- func (w *Workflow) BackendClient(t *testing.T, ctx context.Context) *client.TaskHubGrpcClient
- func (w *Workflow) Cleanup(t *testing.T)
- func (w *Workflow) GRPCClient(t *testing.T, ctx context.Context) rtv1.DaprClient
- func (w *Workflow) Metrics(t *testing.T, ctx context.Context) map[string]float64
- func (w *Workflow) Registry() *task.TaskRegistry
- func (w *Workflow) Run(t *testing.T, ctx context.Context)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Option ¶
type Option func(*options)
func WithAddActivityN ¶
func WithAddOrchestratorN ¶
func WithScheduler ¶
type Workflow ¶
type Workflow struct {
// contains filtered or unexported fields
}
func (*Workflow) BackendClient ¶
func (*Workflow) GRPCClient ¶
func (*Workflow) Registry ¶
func (w *Workflow) Registry() *task.TaskRegistry
Click to show internal directories.
Click to hide internal directories.