package
1.2.18-prerelease02
Repository: https://github.com/uber/cadence.git
Documentation: pkg.go.dev

# Functions

ConfigFromContext retrieves infomation about the partition config of the context which is used for tasklist isolation.
ContextWithConfig stores the partition config of tasklist isolation into the given context.
ContextWithIsolationGroup stores the isolation group into the given context.
IsolationGroupFromContext retrieves the isolation group from the given context, which is used to identify which isolation group the poller is from.
No description provided by the author
NewMockPartitioner creates a new mock instance.

# Constants

No description provided by the author
No description provided by the author
No description provided by the author

# Variables

ErrInvalidPartitionConfig is returned when the required partitioning configuration is missing due to misconfiguration.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Structs

MockPartitioner is a mock of Partitioner interface.
MockPartitionerMockRecorder is the mock recorder for MockPartitioner.
PollerInfo captures relevant information from the poller side.

# Interfaces

No description provided by the author

# Type aliases

A PartitionConfig is the values passed in by a workflow on start for their partitioning.