# Functions
FeatureFlagsHeader returns the serialized version of the FeatureFlags.
GetFeatureFlagsFromHeader returns FeatureFlags from yarpc headers.
NewMockVersionChecker creates a new mock instance.
NewVersionChecker constructs a new VersionChecker.
ToClientFeatureFlags returns Cadence client FeatureFlags version of idl.FeatureFlags.
# Constants
CLI is the header value for common.ClientImplHeaderName indicating a cli client.
CLIRawHistoryQueryVersion indicates the minimum CLI version of the go worker which supports RawHistoryQuery Note: cli uses go client feature version.
Go Client version that supports WorkflowExecutionAlreadyCompleted Error.
GoSDK is the header value for common.ClientImplHeaderName indicating a go sdk client.
GoWorkerConsistentQueryVersion indicates the minimum client version of the go worker which supports ConsistentQuery.
GoWorkerRawHistoryQueryVersion indicates the minimum client version of the go worker which supports RawHistoryQuery.
GoWorkerStickyQueryVersion indicates the minimum client version of go worker which supports StickyQuery.
Go Client version that supports WorkflowExecutionAlreadyCompleted Error.
JavaSDK is the header value for common.ClientImplHeaderName indicating a java sdk client.
JavaWorkerConsistentQueryVersion indicates the minimum client version of the java worker which supports ConsistentQuery.
JavaWorkerRawHistoryQueryVersion indicates the minimum client version of the java worker which supports RawHistoryQuery.
JavaWorkerStickyQueryVersion indicates the minimum client version of the java worker which supports StickyQuery.
Java Client version that supports WorkflowExecutionAlreadyCompleted Error.
StickyQueryUnknownImplConstraints indicates the minimum client version of an unknown client type which supports StickyQuery.
SupportedCLIVersion indicates the highest cli version server will accept requests from.
SupportedGoSDKVersion indicates the highest go sdk version server will accept requests from.
SupportedJavaSDKVersion indicates the highest java sdk version server will accept requests from.
# Variables
DefaultCLIFeatureFlags is the default FeatureFlags used by Cadence CLI.
ErrUnknownFeature indicates that requested feature is not known by version checker.
# Structs
MockVersionChecker is a mock of VersionChecker interface.
MockVersionCheckerMockRecorder is the mock recorder for MockVersionChecker.
# Interfaces
No description provided by the author