Documentation ¶
Index ¶
- type Any
- type Global
- type TestVars
- func (tv *TestVars) ActivityID(key ...string) string
- func (tv *TestVars) ActivityType(key ...string) *commonpb.ActivityType
- func (tv *TestVars) Any() Any
- func (tv *TestVars) ClientIdentity(key ...string) string
- func (tv *TestVars) Global() Global
- func (tv *TestVars) HandlerName(key ...string) string
- func (tv *TestVars) InfiniteTimeout() *durationpb.Duration
- func (tv *TestVars) MessageID(key ...string) string
- func (tv *TestVars) Namespace(key ...string) *namespace.Namespace
- func (tv *TestVars) NamespaceID(key ...string) namespace.ID
- func (tv *TestVars) NamespaceName(key ...string) namespace.Name
- 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) TimerID(key ...string) string
- func (tv *TestVars) UpdateID(key ...string) string
- func (tv *TestVars) UpdateRef() *updatepb.UpdateRef
- func (tv *TestVars) WithActivityID(activityID string, key ...string) *TestVars
- func (tv *TestVars) WithActivityType(workflowType string, key ...string) *TestVars
- func (tv *TestVars) WithClientIdentity(identity 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) WithNamespaceID(namespaceID namespace.ID, key ...string) *TestVars
- func (tv *TestVars) WithNamespaceName(namespaceName namespace.Name, 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) WithTimerID(timerID 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) ClientIdentity ¶ added in v1.25.0
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) WithClientIdentity ¶ added in v1.25.0
func (*TestVars) WithHandlerName ¶
func (*TestVars) WithMessageID ¶
func (*TestVars) WithNamespaceID ¶
func (*TestVars) WithNamespaceName ¶
func (*TestVars) WithStickyTaskQueue ¶
func (*TestVars) WithTaskQueue ¶
func (*TestVars) WithTimerID ¶
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.