Documentation ¶
Index ¶
- type TestVars
- func (tv *TestVars) ActivityID(key ...string) string
- func (tv *TestVars) ActivityType(key ...string) *commonpb.ActivityType
- func (tv *TestVars) Any() string
- func (tv *TestVars) HandlerName(key ...string) string
- func (tv *TestVars) InfiniteTimeout() *durationpb.Duration
- func (tv *TestVars) MessageID(key ...string) string
- func (tv *TestVars) RunID(key ...string) string
- func (tv *TestVars) StickyTaskQueue(key ...string) *taskqueuepb.TaskQueue
- func (tv *TestVars) String(key ...string) string
- func (tv *TestVars) TaskQueue(key ...string) *taskqueuepb.TaskQueue
- func (tv *TestVars) UpdateID(key ...string) string
- func (tv *TestVars) WithActivityID(activityID string, key ...string) *TestVars
- func (tv *TestVars) WithActivityType(workflowType string, key ...string) *TestVars
- func (tv *TestVars) WithHandlerName(handlerName string, key ...string) *TestVars
- func (tv *TestVars) WithMessageID(messageID string, key ...string) *TestVars
- func (tv *TestVars) WithRunID(runID string, key ...string) *TestVars
- func (tv *TestVars) WithStickyTaskQueue(stickyTaskQueue string, key ...string) *TestVars
- func (tv *TestVars) WithString(str string, key ...string) *TestVars
- func (tv *TestVars) WithTaskQueue(taskQueue string, key ...string) *TestVars
- func (tv *TestVars) WithUpdateID(updateID string, key ...string) *TestVars
- func (tv *TestVars) WithWorkerIdentity(identity string, key ...string) *TestVars
- func (tv *TestVars) WithWorkflowID(workflowID string, key ...string) *TestVars
- func (tv *TestVars) WithWorkflowType(workflowType string, key ...string) *TestVars
- func (tv *TestVars) WorkerIdentity(key ...string) string
- func (tv *TestVars) WorkflowExecution(key ...string) *commonpb.WorkflowExecution
- func (tv *TestVars) WorkflowID(key ...string) string
- func (tv *TestVars) WorkflowType(key ...string) *commonpb.WorkflowType
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type TestVars ¶
type TestVars struct {
// contains filtered or unexported fields
}
func (*TestVars) ActivityID ¶
func (*TestVars) ActivityType ¶
func (tv *TestVars) ActivityType(key ...string) *commonpb.ActivityType
func (*TestVars) HandlerName ¶
func (*TestVars) InfiniteTimeout ¶
func (tv *TestVars) InfiniteTimeout() *durationpb.Duration
func (*TestVars) StickyTaskQueue ¶
func (tv *TestVars) StickyTaskQueue(key ...string) *taskqueuepb.TaskQueue
func (*TestVars) WithActivityID ¶
func (*TestVars) WithActivityType ¶
func (*TestVars) WithHandlerName ¶
func (*TestVars) WithMessageID ¶
func (*TestVars) WithStickyTaskQueue ¶
func (*TestVars) WithTaskQueue ¶
func (*TestVars) WithUpdateID ¶
func (*TestVars) WithWorkerIdentity ¶
func (*TestVars) WithWorkflowID ¶
func (*TestVars) WithWorkflowType ¶
func (*TestVars) WorkerIdentity ¶
func (*TestVars) WorkflowExecution ¶
func (tv *TestVars) WorkflowExecution(key ...string) *commonpb.WorkflowExecution
func (*TestVars) WorkflowID ¶
func (*TestVars) WorkflowType ¶
func (tv *TestVars) WorkflowType(key ...string) *commonpb.WorkflowType
Click to show internal directories.
Click to hide internal directories.