thrift

package
v0.16.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 4, 2020 License: MIT Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func FromAccessDeniedError

func FromAccessDeniedError(t *types.AccessDeniedError) *shared.AccessDeniedError

FromAccessDeniedError converts internal AccessDeniedError type to thrift

func FromActivityTaskCancelRequestedEventAttributes

FromActivityTaskCancelRequestedEventAttributes converts internal ActivityTaskCancelRequestedEventAttributes type to thrift

func FromActivityTaskCanceledEventAttributes

func FromActivityTaskCanceledEventAttributes(t *types.ActivityTaskCanceledEventAttributes) *shared.ActivityTaskCanceledEventAttributes

FromActivityTaskCanceledEventAttributes converts internal ActivityTaskCanceledEventAttributes type to thrift

func FromActivityTaskCompletedEventAttributes

func FromActivityTaskCompletedEventAttributes(t *types.ActivityTaskCompletedEventAttributes) *shared.ActivityTaskCompletedEventAttributes

FromActivityTaskCompletedEventAttributes converts internal ActivityTaskCompletedEventAttributes type to thrift

func FromActivityTaskFailedEventAttributes

func FromActivityTaskFailedEventAttributes(t *types.ActivityTaskFailedEventAttributes) *shared.ActivityTaskFailedEventAttributes

FromActivityTaskFailedEventAttributes converts internal ActivityTaskFailedEventAttributes type to thrift

func FromActivityTaskScheduledEventAttributes

func FromActivityTaskScheduledEventAttributes(t *types.ActivityTaskScheduledEventAttributes) *shared.ActivityTaskScheduledEventAttributes

FromActivityTaskScheduledEventAttributes converts internal ActivityTaskScheduledEventAttributes type to thrift

func FromActivityTaskStartedEventAttributes

func FromActivityTaskStartedEventAttributes(t *types.ActivityTaskStartedEventAttributes) *shared.ActivityTaskStartedEventAttributes

FromActivityTaskStartedEventAttributes converts internal ActivityTaskStartedEventAttributes type to thrift

func FromActivityTaskTimedOutEventAttributes

func FromActivityTaskTimedOutEventAttributes(t *types.ActivityTaskTimedOutEventAttributes) *shared.ActivityTaskTimedOutEventAttributes

FromActivityTaskTimedOutEventAttributes converts internal ActivityTaskTimedOutEventAttributes type to thrift

func FromActivityType

func FromActivityType(t *types.ActivityType) *shared.ActivityType

FromActivityType converts internal ActivityType type to thrift

func FromArchivalStatus

func FromArchivalStatus(t *types.ArchivalStatus) *shared.ArchivalStatus

FromArchivalStatus converts internal ArchivalStatus type to thrift

func FromBadBinaries

func FromBadBinaries(t *types.BadBinaries) *shared.BadBinaries

FromBadBinaries converts internal BadBinaries type to thrift

func FromBadBinaryInfo

func FromBadBinaryInfo(t *types.BadBinaryInfo) *shared.BadBinaryInfo

FromBadBinaryInfo converts internal BadBinaryInfo type to thrift

func FromBadBinaryInfoMap

func FromBadBinaryInfoMap(t map[string]*types.BadBinaryInfo) map[string]*shared.BadBinaryInfo

FromBadBinaryInfoMap converts internal BadBinaryInfo type map to thrift

func FromBadRequestError

func FromBadRequestError(t *types.BadRequestError) *shared.BadRequestError

FromBadRequestError converts internal BadRequestError type to thrift

func FromCancelExternalWorkflowExecutionFailedCause

FromCancelExternalWorkflowExecutionFailedCause converts internal CancelExternalWorkflowExecutionFailedCause type to thrift

func FromCancelTimerDecisionAttributes

func FromCancelTimerDecisionAttributes(t *types.CancelTimerDecisionAttributes) *shared.CancelTimerDecisionAttributes

FromCancelTimerDecisionAttributes converts internal CancelTimerDecisionAttributes type to thrift

func FromCancelTimerFailedEventAttributes

func FromCancelTimerFailedEventAttributes(t *types.CancelTimerFailedEventAttributes) *shared.CancelTimerFailedEventAttributes

FromCancelTimerFailedEventAttributes converts internal CancelTimerFailedEventAttributes type to thrift

func FromCancelWorkflowExecutionDecisionAttributes

FromCancelWorkflowExecutionDecisionAttributes converts internal CancelWorkflowExecutionDecisionAttributes type to thrift

func FromCancellationAlreadyRequestedError

func FromCancellationAlreadyRequestedError(t *types.CancellationAlreadyRequestedError) *shared.CancellationAlreadyRequestedError

FromCancellationAlreadyRequestedError converts internal CancellationAlreadyRequestedError type to thrift

func FromChildWorkflowExecutionCanceledEventAttributes

FromChildWorkflowExecutionCanceledEventAttributes converts internal ChildWorkflowExecutionCanceledEventAttributes type to thrift

func FromChildWorkflowExecutionCompletedEventAttributes

FromChildWorkflowExecutionCompletedEventAttributes converts internal ChildWorkflowExecutionCompletedEventAttributes type to thrift

func FromChildWorkflowExecutionFailedCause

func FromChildWorkflowExecutionFailedCause(t *types.ChildWorkflowExecutionFailedCause) *shared.ChildWorkflowExecutionFailedCause

FromChildWorkflowExecutionFailedCause converts internal ChildWorkflowExecutionFailedCause type to thrift

func FromChildWorkflowExecutionFailedEventAttributes

FromChildWorkflowExecutionFailedEventAttributes converts internal ChildWorkflowExecutionFailedEventAttributes type to thrift

func FromChildWorkflowExecutionStartedEventAttributes

FromChildWorkflowExecutionStartedEventAttributes converts internal ChildWorkflowExecutionStartedEventAttributes type to thrift

func FromChildWorkflowExecutionTerminatedEventAttributes

FromChildWorkflowExecutionTerminatedEventAttributes converts internal ChildWorkflowExecutionTerminatedEventAttributes type to thrift

func FromChildWorkflowExecutionTimedOutEventAttributes

FromChildWorkflowExecutionTimedOutEventAttributes converts internal ChildWorkflowExecutionTimedOutEventAttributes type to thrift

func FromClientVersionNotSupportedError

func FromClientVersionNotSupportedError(t *types.ClientVersionNotSupportedError) *shared.ClientVersionNotSupportedError

FromClientVersionNotSupportedError converts internal ClientVersionNotSupportedError type to thrift

func FromCloseShardRequest

func FromCloseShardRequest(t *types.CloseShardRequest) *shared.CloseShardRequest

FromCloseShardRequest converts internal CloseShardRequest type to thrift

func FromClusterInfo

func FromClusterInfo(t *types.ClusterInfo) *shared.ClusterInfo

FromClusterInfo converts internal ClusterInfo type to thrift

func FromClusterReplicationConfiguration

func FromClusterReplicationConfiguration(t *types.ClusterReplicationConfiguration) *shared.ClusterReplicationConfiguration

FromClusterReplicationConfiguration converts internal ClusterReplicationConfiguration type to thrift

func FromClusterReplicationConfigurationArray

func FromClusterReplicationConfigurationArray(t []*types.ClusterReplicationConfiguration) []*shared.ClusterReplicationConfiguration

FromClusterReplicationConfigurationArray converts internal ClusterReplicationConfiguration type array to thrift

func FromCompleteWorkflowExecutionDecisionAttributes

FromCompleteWorkflowExecutionDecisionAttributes converts internal CompleteWorkflowExecutionDecisionAttributes type to thrift

func FromContinueAsNewInitiator

func FromContinueAsNewInitiator(t *types.ContinueAsNewInitiator) *shared.ContinueAsNewInitiator

FromContinueAsNewInitiator converts internal ContinueAsNewInitiator type to thrift

func FromContinueAsNewWorkflowExecutionDecisionAttributes

FromContinueAsNewWorkflowExecutionDecisionAttributes converts internal ContinueAsNewWorkflowExecutionDecisionAttributes type to thrift

func FromCountWorkflowExecutionsRequest

func FromCountWorkflowExecutionsRequest(t *types.CountWorkflowExecutionsRequest) *shared.CountWorkflowExecutionsRequest

FromCountWorkflowExecutionsRequest converts internal CountWorkflowExecutionsRequest type to thrift

func FromCountWorkflowExecutionsResponse

func FromCountWorkflowExecutionsResponse(t *types.CountWorkflowExecutionsResponse) *shared.CountWorkflowExecutionsResponse

FromCountWorkflowExecutionsResponse converts internal CountWorkflowExecutionsResponse type to thrift

func FromCurrentBranchChangedError

func FromCurrentBranchChangedError(t *types.CurrentBranchChangedError) *shared.CurrentBranchChangedError

FromCurrentBranchChangedError converts internal CurrentBranchChangedError type to thrift

func FromDataBlob

func FromDataBlob(t *types.DataBlob) *shared.DataBlob

FromDataBlob converts internal DataBlob type to thrift

func FromDataBlobArray

func FromDataBlobArray(t []*types.DataBlob) []*shared.DataBlob

FromDataBlobArray converts internal DataBlob type array to thrift

func FromDecision

func FromDecision(t *types.Decision) *shared.Decision

FromDecision converts internal Decision type to thrift

func FromDecisionArray

func FromDecisionArray(t []*types.Decision) []*shared.Decision

FromDecisionArray converts internal Decision type array to thrift

func FromDecisionTaskCompletedEventAttributes

func FromDecisionTaskCompletedEventAttributes(t *types.DecisionTaskCompletedEventAttributes) *shared.DecisionTaskCompletedEventAttributes

FromDecisionTaskCompletedEventAttributes converts internal DecisionTaskCompletedEventAttributes type to thrift

func FromDecisionTaskFailedCause

func FromDecisionTaskFailedCause(t *types.DecisionTaskFailedCause) *shared.DecisionTaskFailedCause

FromDecisionTaskFailedCause converts internal DecisionTaskFailedCause type to thrift

func FromDecisionTaskFailedEventAttributes

func FromDecisionTaskFailedEventAttributes(t *types.DecisionTaskFailedEventAttributes) *shared.DecisionTaskFailedEventAttributes

FromDecisionTaskFailedEventAttributes converts internal DecisionTaskFailedEventAttributes type to thrift

func FromDecisionTaskScheduledEventAttributes

func FromDecisionTaskScheduledEventAttributes(t *types.DecisionTaskScheduledEventAttributes) *shared.DecisionTaskScheduledEventAttributes

FromDecisionTaskScheduledEventAttributes converts internal DecisionTaskScheduledEventAttributes type to thrift

func FromDecisionTaskStartedEventAttributes

func FromDecisionTaskStartedEventAttributes(t *types.DecisionTaskStartedEventAttributes) *shared.DecisionTaskStartedEventAttributes

FromDecisionTaskStartedEventAttributes converts internal DecisionTaskStartedEventAttributes type to thrift

func FromDecisionTaskTimedOutEventAttributes

func FromDecisionTaskTimedOutEventAttributes(t *types.DecisionTaskTimedOutEventAttributes) *shared.DecisionTaskTimedOutEventAttributes

FromDecisionTaskTimedOutEventAttributes converts internal DecisionTaskTimedOutEventAttributes type to thrift

func FromDecisionType

func FromDecisionType(t *types.DecisionType) *shared.DecisionType

FromDecisionType converts internal DecisionType type to thrift

func FromDeprecateDomainRequest

func FromDeprecateDomainRequest(t *types.DeprecateDomainRequest) *shared.DeprecateDomainRequest

FromDeprecateDomainRequest converts internal DeprecateDomainRequest type to thrift

func FromDescribeDomainRequest

func FromDescribeDomainRequest(t *types.DescribeDomainRequest) *shared.DescribeDomainRequest

FromDescribeDomainRequest converts internal DescribeDomainRequest type to thrift

func FromDescribeDomainResponse

func FromDescribeDomainResponse(t *types.DescribeDomainResponse) *shared.DescribeDomainResponse

FromDescribeDomainResponse converts internal DescribeDomainResponse type to thrift

func FromDescribeDomainResponseArray

func FromDescribeDomainResponseArray(t []*types.DescribeDomainResponse) []*shared.DescribeDomainResponse

FromDescribeDomainResponseArray converts internal DescribeDomainResponse type array to thrift

func FromDescribeHistoryHostRequest

func FromDescribeHistoryHostRequest(t *types.DescribeHistoryHostRequest) *shared.DescribeHistoryHostRequest

FromDescribeHistoryHostRequest converts internal DescribeHistoryHostRequest type to thrift

func FromDescribeHistoryHostResponse

func FromDescribeHistoryHostResponse(t *types.DescribeHistoryHostResponse) *shared.DescribeHistoryHostResponse

FromDescribeHistoryHostResponse converts internal DescribeHistoryHostResponse type to thrift

func FromDescribeQueueRequest

func FromDescribeQueueRequest(t *types.DescribeQueueRequest) *shared.DescribeQueueRequest

FromDescribeQueueRequest converts internal DescribeQueueRequest type to thrift

func FromDescribeQueueResponse

func FromDescribeQueueResponse(t *types.DescribeQueueResponse) *shared.DescribeQueueResponse

FromDescribeQueueResponse converts internal DescribeQueueResponse type to thrift

func FromDescribeTaskListRequest

func FromDescribeTaskListRequest(t *types.DescribeTaskListRequest) *shared.DescribeTaskListRequest

FromDescribeTaskListRequest converts internal DescribeTaskListRequest type to thrift

func FromDescribeTaskListResponse

func FromDescribeTaskListResponse(t *types.DescribeTaskListResponse) *shared.DescribeTaskListResponse

FromDescribeTaskListResponse converts internal DescribeTaskListResponse type to thrift

func FromDescribeWorkflowExecutionRequest

func FromDescribeWorkflowExecutionRequest(t *types.DescribeWorkflowExecutionRequest) *shared.DescribeWorkflowExecutionRequest

FromDescribeWorkflowExecutionRequest converts internal DescribeWorkflowExecutionRequest type to thrift

func FromDescribeWorkflowExecutionResponse

func FromDescribeWorkflowExecutionResponse(t *types.DescribeWorkflowExecutionResponse) *shared.DescribeWorkflowExecutionResponse

FromDescribeWorkflowExecutionResponse converts internal DescribeWorkflowExecutionResponse type to thrift

func FromDomainAlreadyExistsError

func FromDomainAlreadyExistsError(t *types.DomainAlreadyExistsError) *shared.DomainAlreadyExistsError

FromDomainAlreadyExistsError converts internal DomainAlreadyExistsError type to thrift

func FromDomainCacheInfo

func FromDomainCacheInfo(t *types.DomainCacheInfo) *shared.DomainCacheInfo

FromDomainCacheInfo converts internal DomainCacheInfo type to thrift

func FromDomainConfiguration

func FromDomainConfiguration(t *types.DomainConfiguration) *shared.DomainConfiguration

FromDomainConfiguration converts internal DomainConfiguration type to thrift

func FromDomainInfo

func FromDomainInfo(t *types.DomainInfo) *shared.DomainInfo

FromDomainInfo converts internal DomainInfo type to thrift

func FromDomainNotActiveError

func FromDomainNotActiveError(t *types.DomainNotActiveError) *shared.DomainNotActiveError

FromDomainNotActiveError converts internal DomainNotActiveError type to thrift

func FromDomainReplicationConfiguration

func FromDomainReplicationConfiguration(t *types.DomainReplicationConfiguration) *shared.DomainReplicationConfiguration

FromDomainReplicationConfiguration converts internal DomainReplicationConfiguration type to thrift

func FromDomainStatus

func FromDomainStatus(t *types.DomainStatus) *shared.DomainStatus

FromDomainStatus converts internal DomainStatus type to thrift

func FromEncodingType

func FromEncodingType(t *types.EncodingType) *shared.EncodingType

FromEncodingType converts internal EncodingType type to thrift

func FromEntityNotExistsError

func FromEntityNotExistsError(t *types.EntityNotExistsError) *shared.EntityNotExistsError

FromEntityNotExistsError converts internal EntityNotExistsError type to thrift

func FromError

func FromError(err error) error

FromError convert error to Thrift type if it comes as its internal equivalent

func FromEventType

func FromEventType(t *types.EventType) *shared.EventType

FromEventType converts internal EventType type to thrift

func FromExternalWorkflowExecutionCancelRequestedEventAttributes

FromExternalWorkflowExecutionCancelRequestedEventAttributes converts internal ExternalWorkflowExecutionCancelRequestedEventAttributes type to thrift

func FromExternalWorkflowExecutionSignaledEventAttributes

FromExternalWorkflowExecutionSignaledEventAttributes converts internal ExternalWorkflowExecutionSignaledEventAttributes type to thrift

func FromFailWorkflowExecutionDecisionAttributes

FromFailWorkflowExecutionDecisionAttributes converts internal FailWorkflowExecutionDecisionAttributes type to thrift

func FromGetSearchAttributesResponse

func FromGetSearchAttributesResponse(t *types.GetSearchAttributesResponse) *shared.GetSearchAttributesResponse

FromGetSearchAttributesResponse converts internal GetSearchAttributesResponse type to thrift

func FromGetWorkflowExecutionHistoryRequest

func FromGetWorkflowExecutionHistoryRequest(t *types.GetWorkflowExecutionHistoryRequest) *shared.GetWorkflowExecutionHistoryRequest

FromGetWorkflowExecutionHistoryRequest converts internal GetWorkflowExecutionHistoryRequest type to thrift

func FromGetWorkflowExecutionHistoryResponse

func FromGetWorkflowExecutionHistoryResponse(t *types.GetWorkflowExecutionHistoryResponse) *shared.GetWorkflowExecutionHistoryResponse

FromGetWorkflowExecutionHistoryResponse converts internal GetWorkflowExecutionHistoryResponse type to thrift

func FromHeader

func FromHeader(t *types.Header) *shared.Header

FromHeader converts internal Header type to thrift

func FromHistory

func FromHistory(t *types.History) *shared.History

FromHistory converts internal History type to thrift

func FromHistoryBranch

func FromHistoryBranch(t *types.HistoryBranch) *shared.HistoryBranch

FromHistoryBranch converts internal HistoryBranch type to thrift

func FromHistoryBranchRange

func FromHistoryBranchRange(t *types.HistoryBranchRange) *shared.HistoryBranchRange

FromHistoryBranchRange converts internal HistoryBranchRange type to thrift

func FromHistoryBranchRangeArray

func FromHistoryBranchRangeArray(t []*types.HistoryBranchRange) []*shared.HistoryBranchRange

FromHistoryBranchRangeArray converts internal HistoryBranchRange type array to thrift

func FromHistoryEvent

func FromHistoryEvent(t *types.HistoryEvent) *shared.HistoryEvent

FromHistoryEvent converts internal HistoryEvent type to thrift

func FromHistoryEventArray

func FromHistoryEventArray(t []*types.HistoryEvent) []*shared.HistoryEvent

FromHistoryEventArray converts internal HistoryEvent type array to thrift

func FromHistoryEventFilterType

func FromHistoryEventFilterType(t *types.HistoryEventFilterType) *shared.HistoryEventFilterType

FromHistoryEventFilterType converts internal HistoryEventFilterType type to thrift

func FromIndexedValueType

func FromIndexedValueType(t types.IndexedValueType) shared.IndexedValueType

FromIndexedValueType converts internal IndexedValueType type to thrift

func FromIndexedValueTypeMap

func FromIndexedValueTypeMap(t map[string]types.IndexedValueType) map[string]shared.IndexedValueType

FromIndexedValueTypeMap converts internal IndexedValueType type map to thrift

func FromInternalDataInconsistencyError

func FromInternalDataInconsistencyError(t *types.InternalDataInconsistencyError) *shared.InternalDataInconsistencyError

FromInternalDataInconsistencyError converts internal InternalDataInconsistencyError type to thrift

func FromInternalServiceError

func FromInternalServiceError(t *types.InternalServiceError) *shared.InternalServiceError

FromInternalServiceError converts internal InternalServiceError type to thrift

func FromLimitExceededError

func FromLimitExceededError(t *types.LimitExceededError) *shared.LimitExceededError

FromLimitExceededError converts internal LimitExceededError type to thrift

func FromListArchivedWorkflowExecutionsRequest

func FromListArchivedWorkflowExecutionsRequest(t *types.ListArchivedWorkflowExecutionsRequest) *shared.ListArchivedWorkflowExecutionsRequest

FromListArchivedWorkflowExecutionsRequest converts internal ListArchivedWorkflowExecutionsRequest type to thrift

func FromListArchivedWorkflowExecutionsResponse

func FromListArchivedWorkflowExecutionsResponse(t *types.ListArchivedWorkflowExecutionsResponse) *shared.ListArchivedWorkflowExecutionsResponse

FromListArchivedWorkflowExecutionsResponse converts internal ListArchivedWorkflowExecutionsResponse type to thrift

func FromListClosedWorkflowExecutionsRequest

func FromListClosedWorkflowExecutionsRequest(t *types.ListClosedWorkflowExecutionsRequest) *shared.ListClosedWorkflowExecutionsRequest

FromListClosedWorkflowExecutionsRequest converts internal ListClosedWorkflowExecutionsRequest type to thrift

func FromListClosedWorkflowExecutionsResponse

func FromListClosedWorkflowExecutionsResponse(t *types.ListClosedWorkflowExecutionsResponse) *shared.ListClosedWorkflowExecutionsResponse

FromListClosedWorkflowExecutionsResponse converts internal ListClosedWorkflowExecutionsResponse type to thrift

func FromListDomainsRequest

func FromListDomainsRequest(t *types.ListDomainsRequest) *shared.ListDomainsRequest

FromListDomainsRequest converts internal ListDomainsRequest type to thrift

func FromListDomainsResponse

func FromListDomainsResponse(t *types.ListDomainsResponse) *shared.ListDomainsResponse

FromListDomainsResponse converts internal ListDomainsResponse type to thrift

func FromListOpenWorkflowExecutionsRequest

func FromListOpenWorkflowExecutionsRequest(t *types.ListOpenWorkflowExecutionsRequest) *shared.ListOpenWorkflowExecutionsRequest

FromListOpenWorkflowExecutionsRequest converts internal ListOpenWorkflowExecutionsRequest type to thrift

func FromListOpenWorkflowExecutionsResponse

func FromListOpenWorkflowExecutionsResponse(t *types.ListOpenWorkflowExecutionsResponse) *shared.ListOpenWorkflowExecutionsResponse

FromListOpenWorkflowExecutionsResponse converts internal ListOpenWorkflowExecutionsResponse type to thrift

func FromListTaskListPartitionsRequest

func FromListTaskListPartitionsRequest(t *types.ListTaskListPartitionsRequest) *shared.ListTaskListPartitionsRequest

FromListTaskListPartitionsRequest converts internal ListTaskListPartitionsRequest type to thrift

func FromListTaskListPartitionsResponse

func FromListTaskListPartitionsResponse(t *types.ListTaskListPartitionsResponse) *shared.ListTaskListPartitionsResponse

FromListTaskListPartitionsResponse converts internal ListTaskListPartitionsResponse type to thrift

func FromListWorkflowExecutionsRequest

func FromListWorkflowExecutionsRequest(t *types.ListWorkflowExecutionsRequest) *shared.ListWorkflowExecutionsRequest

FromListWorkflowExecutionsRequest converts internal ListWorkflowExecutionsRequest type to thrift

func FromListWorkflowExecutionsResponse

func FromListWorkflowExecutionsResponse(t *types.ListWorkflowExecutionsResponse) *shared.ListWorkflowExecutionsResponse

FromListWorkflowExecutionsResponse converts internal ListWorkflowExecutionsResponse type to thrift

func FromMarkerRecordedEventAttributes

func FromMarkerRecordedEventAttributes(t *types.MarkerRecordedEventAttributes) *shared.MarkerRecordedEventAttributes

FromMarkerRecordedEventAttributes converts internal MarkerRecordedEventAttributes type to thrift

func FromMemo

func FromMemo(t *types.Memo) *shared.Memo

FromMemo converts internal Memo type to thrift

func FromParentClosePolicy

func FromParentClosePolicy(t *types.ParentClosePolicy) *shared.ParentClosePolicy

FromParentClosePolicy converts internal ParentClosePolicy type to thrift

func FromPendingActivityInfo

func FromPendingActivityInfo(t *types.PendingActivityInfo) *shared.PendingActivityInfo

FromPendingActivityInfo converts internal PendingActivityInfo type to thrift

func FromPendingActivityInfoArray

func FromPendingActivityInfoArray(t []*types.PendingActivityInfo) []*shared.PendingActivityInfo

FromPendingActivityInfoArray converts internal PendingActivityInfo type array to thrift

func FromPendingActivityState

func FromPendingActivityState(t *types.PendingActivityState) *shared.PendingActivityState

FromPendingActivityState converts internal PendingActivityState type to thrift

func FromPendingChildExecutionInfo

func FromPendingChildExecutionInfo(t *types.PendingChildExecutionInfo) *shared.PendingChildExecutionInfo

FromPendingChildExecutionInfo converts internal PendingChildExecutionInfo type to thrift

func FromPendingChildExecutionInfoArray

func FromPendingChildExecutionInfoArray(t []*types.PendingChildExecutionInfo) []*shared.PendingChildExecutionInfo

FromPendingChildExecutionInfoArray converts internal PendingChildExecutionInfo type array to thrift

func FromPollForActivityTaskRequest

func FromPollForActivityTaskRequest(t *types.PollForActivityTaskRequest) *shared.PollForActivityTaskRequest

FromPollForActivityTaskRequest converts internal PollForActivityTaskRequest type to thrift

func FromPollForActivityTaskResponse

func FromPollForActivityTaskResponse(t *types.PollForActivityTaskResponse) *shared.PollForActivityTaskResponse

FromPollForActivityTaskResponse converts internal PollForActivityTaskResponse type to thrift

func FromPollForDecisionTaskRequest

func FromPollForDecisionTaskRequest(t *types.PollForDecisionTaskRequest) *shared.PollForDecisionTaskRequest

FromPollForDecisionTaskRequest converts internal PollForDecisionTaskRequest type to thrift

func FromPollForDecisionTaskResponse

func FromPollForDecisionTaskResponse(t *types.PollForDecisionTaskResponse) *shared.PollForDecisionTaskResponse

FromPollForDecisionTaskResponse converts internal PollForDecisionTaskResponse type to thrift

func FromPollerInfo

func FromPollerInfo(t *types.PollerInfo) *shared.PollerInfo

FromPollerInfo converts internal PollerInfo type to thrift

func FromPollerInfoArray

func FromPollerInfoArray(t []*types.PollerInfo) []*shared.PollerInfo

FromPollerInfoArray converts internal PollerInfo type array to thrift

func FromQueryConsistencyLevel

func FromQueryConsistencyLevel(t *types.QueryConsistencyLevel) *shared.QueryConsistencyLevel

FromQueryConsistencyLevel converts internal QueryConsistencyLevel type to thrift

func FromQueryFailedError

func FromQueryFailedError(t *types.QueryFailedError) *shared.QueryFailedError

FromQueryFailedError converts internal QueryFailedError type to thrift

func FromQueryRejectCondition

func FromQueryRejectCondition(t *types.QueryRejectCondition) *shared.QueryRejectCondition

FromQueryRejectCondition converts internal QueryRejectCondition type to thrift

func FromQueryRejected

func FromQueryRejected(t *types.QueryRejected) *shared.QueryRejected

FromQueryRejected converts internal QueryRejected type to thrift

func FromQueryResultType

func FromQueryResultType(t *types.QueryResultType) *shared.QueryResultType

FromQueryResultType converts internal QueryResultType type to thrift

func FromQueryTaskCompletedType

func FromQueryTaskCompletedType(t *types.QueryTaskCompletedType) *shared.QueryTaskCompletedType

FromQueryTaskCompletedType converts internal QueryTaskCompletedType type to thrift

func FromQueryWorkflowRequest

func FromQueryWorkflowRequest(t *types.QueryWorkflowRequest) *shared.QueryWorkflowRequest

FromQueryWorkflowRequest converts internal QueryWorkflowRequest type to thrift

func FromQueryWorkflowResponse

func FromQueryWorkflowResponse(t *types.QueryWorkflowResponse) *shared.QueryWorkflowResponse

FromQueryWorkflowResponse converts internal QueryWorkflowResponse type to thrift

func FromReapplyEventsRequest

func FromReapplyEventsRequest(t *types.ReapplyEventsRequest) *shared.ReapplyEventsRequest

FromReapplyEventsRequest converts internal ReapplyEventsRequest type to thrift

func FromRecordActivityTaskHeartbeatByIDRequest

func FromRecordActivityTaskHeartbeatByIDRequest(t *types.RecordActivityTaskHeartbeatByIDRequest) *shared.RecordActivityTaskHeartbeatByIDRequest

FromRecordActivityTaskHeartbeatByIDRequest converts internal RecordActivityTaskHeartbeatByIDRequest type to thrift

func FromRecordActivityTaskHeartbeatRequest

func FromRecordActivityTaskHeartbeatRequest(t *types.RecordActivityTaskHeartbeatRequest) *shared.RecordActivityTaskHeartbeatRequest

FromRecordActivityTaskHeartbeatRequest converts internal RecordActivityTaskHeartbeatRequest type to thrift

func FromRecordActivityTaskHeartbeatResponse

func FromRecordActivityTaskHeartbeatResponse(t *types.RecordActivityTaskHeartbeatResponse) *shared.RecordActivityTaskHeartbeatResponse

FromRecordActivityTaskHeartbeatResponse converts internal RecordActivityTaskHeartbeatResponse type to thrift

func FromRecordMarkerDecisionAttributes

func FromRecordMarkerDecisionAttributes(t *types.RecordMarkerDecisionAttributes) *shared.RecordMarkerDecisionAttributes

FromRecordMarkerDecisionAttributes converts internal RecordMarkerDecisionAttributes type to thrift

func FromRefreshWorkflowTasksRequest

func FromRefreshWorkflowTasksRequest(t *types.RefreshWorkflowTasksRequest) *shared.RefreshWorkflowTasksRequest

FromRefreshWorkflowTasksRequest converts internal RefreshWorkflowTasksRequest type to thrift

func FromRegisterDomainRequest

func FromRegisterDomainRequest(t *types.RegisterDomainRequest) *shared.RegisterDomainRequest

FromRegisterDomainRequest converts internal RegisterDomainRequest type to thrift

func FromRemoteSyncMatchedError

func FromRemoteSyncMatchedError(t *types.RemoteSyncMatchedError) *shared.RemoteSyncMatchedError

FromRemoteSyncMatchedError converts internal RemoteSyncMatchedError type to thrift

func FromRemoveTaskRequest

func FromRemoveTaskRequest(t *types.RemoveTaskRequest) *shared.RemoveTaskRequest

FromRemoveTaskRequest converts internal RemoveTaskRequest type to thrift

func FromRequestCancelActivityTaskDecisionAttributes

FromRequestCancelActivityTaskDecisionAttributes converts internal RequestCancelActivityTaskDecisionAttributes type to thrift

func FromRequestCancelActivityTaskFailedEventAttributes

FromRequestCancelActivityTaskFailedEventAttributes converts internal RequestCancelActivityTaskFailedEventAttributes type to thrift

func FromRequestCancelExternalWorkflowExecutionDecisionAttributes

FromRequestCancelExternalWorkflowExecutionDecisionAttributes converts internal RequestCancelExternalWorkflowExecutionDecisionAttributes type to thrift

func FromRequestCancelExternalWorkflowExecutionFailedEventAttributes

FromRequestCancelExternalWorkflowExecutionFailedEventAttributes converts internal RequestCancelExternalWorkflowExecutionFailedEventAttributes type to thrift

func FromRequestCancelExternalWorkflowExecutionInitiatedEventAttributes

FromRequestCancelExternalWorkflowExecutionInitiatedEventAttributes converts internal RequestCancelExternalWorkflowExecutionInitiatedEventAttributes type to thrift

func FromRequestCancelWorkflowExecutionRequest

func FromRequestCancelWorkflowExecutionRequest(t *types.RequestCancelWorkflowExecutionRequest) *shared.RequestCancelWorkflowExecutionRequest

FromRequestCancelWorkflowExecutionRequest converts internal RequestCancelWorkflowExecutionRequest type to thrift

func FromResetPointInfo

func FromResetPointInfo(t *types.ResetPointInfo) *shared.ResetPointInfo

FromResetPointInfo converts internal ResetPointInfo type to thrift

func FromResetPointInfoArray

func FromResetPointInfoArray(t []*types.ResetPointInfo) []*shared.ResetPointInfo

FromResetPointInfoArray converts internal ResetPointInfo type array to thrift

func FromResetPoints

func FromResetPoints(t *types.ResetPoints) *shared.ResetPoints

FromResetPoints converts internal ResetPoints type to thrift

func FromResetQueueRequest

func FromResetQueueRequest(t *types.ResetQueueRequest) *shared.ResetQueueRequest

FromResetQueueRequest converts internal ResetQueueRequest type to thrift

func FromResetStickyTaskListRequest

func FromResetStickyTaskListRequest(t *types.ResetStickyTaskListRequest) *shared.ResetStickyTaskListRequest

FromResetStickyTaskListRequest converts internal ResetStickyTaskListRequest type to thrift

func FromResetStickyTaskListResponse

func FromResetStickyTaskListResponse(t *types.ResetStickyTaskListResponse) *shared.ResetStickyTaskListResponse

FromResetStickyTaskListResponse converts internal ResetStickyTaskListResponse type to thrift

func FromResetWorkflowExecutionRequest

func FromResetWorkflowExecutionRequest(t *types.ResetWorkflowExecutionRequest) *shared.ResetWorkflowExecutionRequest

FromResetWorkflowExecutionRequest converts internal ResetWorkflowExecutionRequest type to thrift

func FromResetWorkflowExecutionResponse

func FromResetWorkflowExecutionResponse(t *types.ResetWorkflowExecutionResponse) *shared.ResetWorkflowExecutionResponse

FromResetWorkflowExecutionResponse converts internal ResetWorkflowExecutionResponse type to thrift

func FromRespondActivityTaskCanceledByIDRequest

func FromRespondActivityTaskCanceledByIDRequest(t *types.RespondActivityTaskCanceledByIDRequest) *shared.RespondActivityTaskCanceledByIDRequest

FromRespondActivityTaskCanceledByIDRequest converts internal RespondActivityTaskCanceledByIDRequest type to thrift

func FromRespondActivityTaskCanceledRequest

func FromRespondActivityTaskCanceledRequest(t *types.RespondActivityTaskCanceledRequest) *shared.RespondActivityTaskCanceledRequest

FromRespondActivityTaskCanceledRequest converts internal RespondActivityTaskCanceledRequest type to thrift

func FromRespondActivityTaskCompletedByIDRequest

FromRespondActivityTaskCompletedByIDRequest converts internal RespondActivityTaskCompletedByIDRequest type to thrift

func FromRespondActivityTaskCompletedRequest

func FromRespondActivityTaskCompletedRequest(t *types.RespondActivityTaskCompletedRequest) *shared.RespondActivityTaskCompletedRequest

FromRespondActivityTaskCompletedRequest converts internal RespondActivityTaskCompletedRequest type to thrift

func FromRespondActivityTaskFailedByIDRequest

func FromRespondActivityTaskFailedByIDRequest(t *types.RespondActivityTaskFailedByIDRequest) *shared.RespondActivityTaskFailedByIDRequest

FromRespondActivityTaskFailedByIDRequest converts internal RespondActivityTaskFailedByIDRequest type to thrift

func FromRespondActivityTaskFailedRequest

func FromRespondActivityTaskFailedRequest(t *types.RespondActivityTaskFailedRequest) *shared.RespondActivityTaskFailedRequest

FromRespondActivityTaskFailedRequest converts internal RespondActivityTaskFailedRequest type to thrift

func FromRespondDecisionTaskCompletedRequest

func FromRespondDecisionTaskCompletedRequest(t *types.RespondDecisionTaskCompletedRequest) *shared.RespondDecisionTaskCompletedRequest

FromRespondDecisionTaskCompletedRequest converts internal RespondDecisionTaskCompletedRequest type to thrift

func FromRespondDecisionTaskCompletedResponse

func FromRespondDecisionTaskCompletedResponse(t *types.RespondDecisionTaskCompletedResponse) *shared.RespondDecisionTaskCompletedResponse

FromRespondDecisionTaskCompletedResponse converts internal RespondDecisionTaskCompletedResponse type to thrift

func FromRespondDecisionTaskFailedRequest

func FromRespondDecisionTaskFailedRequest(t *types.RespondDecisionTaskFailedRequest) *shared.RespondDecisionTaskFailedRequest

FromRespondDecisionTaskFailedRequest converts internal RespondDecisionTaskFailedRequest type to thrift

func FromRespondQueryTaskCompletedRequest

func FromRespondQueryTaskCompletedRequest(t *types.RespondQueryTaskCompletedRequest) *shared.RespondQueryTaskCompletedRequest

FromRespondQueryTaskCompletedRequest converts internal RespondQueryTaskCompletedRequest type to thrift

func FromRetryPolicy

func FromRetryPolicy(t *types.RetryPolicy) *shared.RetryPolicy

FromRetryPolicy converts internal RetryPolicy type to thrift

func FromRetryTaskV2Error

func FromRetryTaskV2Error(t *types.RetryTaskV2Error) *shared.RetryTaskV2Error

FromRetryTaskV2Error converts internal RetryTaskV2Error type to thrift

func FromScheduleActivityTaskDecisionAttributes

func FromScheduleActivityTaskDecisionAttributes(t *types.ScheduleActivityTaskDecisionAttributes) *shared.ScheduleActivityTaskDecisionAttributes

FromScheduleActivityTaskDecisionAttributes converts internal ScheduleActivityTaskDecisionAttributes type to thrift

func FromSearchAttributes

func FromSearchAttributes(t *types.SearchAttributes) *shared.SearchAttributes

FromSearchAttributes converts internal SearchAttributes type to thrift

func FromServiceBusyError

func FromServiceBusyError(t *types.ServiceBusyError) *shared.ServiceBusyError

FromServiceBusyError converts internal ServiceBusyError type to thrift

func FromSignalExternalWorkflowExecutionDecisionAttributes

FromSignalExternalWorkflowExecutionDecisionAttributes converts internal SignalExternalWorkflowExecutionDecisionAttributes type to thrift

func FromSignalExternalWorkflowExecutionFailedCause

FromSignalExternalWorkflowExecutionFailedCause converts internal SignalExternalWorkflowExecutionFailedCause type to thrift

func FromSignalExternalWorkflowExecutionFailedEventAttributes

FromSignalExternalWorkflowExecutionFailedEventAttributes converts internal SignalExternalWorkflowExecutionFailedEventAttributes type to thrift

func FromSignalExternalWorkflowExecutionInitiatedEventAttributes

FromSignalExternalWorkflowExecutionInitiatedEventAttributes converts internal SignalExternalWorkflowExecutionInitiatedEventAttributes type to thrift

func FromSignalWithStartWorkflowExecutionRequest

FromSignalWithStartWorkflowExecutionRequest converts internal SignalWithStartWorkflowExecutionRequest type to thrift

func FromSignalWorkflowExecutionRequest

func FromSignalWorkflowExecutionRequest(t *types.SignalWorkflowExecutionRequest) *shared.SignalWorkflowExecutionRequest

FromSignalWorkflowExecutionRequest converts internal SignalWorkflowExecutionRequest type to thrift

func FromStartChildWorkflowExecutionDecisionAttributes

FromStartChildWorkflowExecutionDecisionAttributes converts internal StartChildWorkflowExecutionDecisionAttributes type to thrift

func FromStartChildWorkflowExecutionFailedEventAttributes

FromStartChildWorkflowExecutionFailedEventAttributes converts internal StartChildWorkflowExecutionFailedEventAttributes type to thrift

func FromStartChildWorkflowExecutionInitiatedEventAttributes

FromStartChildWorkflowExecutionInitiatedEventAttributes converts internal StartChildWorkflowExecutionInitiatedEventAttributes type to thrift

func FromStartTimeFilter

func FromStartTimeFilter(t *types.StartTimeFilter) *shared.StartTimeFilter

FromStartTimeFilter converts internal StartTimeFilter type to thrift

func FromStartTimerDecisionAttributes

func FromStartTimerDecisionAttributes(t *types.StartTimerDecisionAttributes) *shared.StartTimerDecisionAttributes

FromStartTimerDecisionAttributes converts internal StartTimerDecisionAttributes type to thrift

func FromStartWorkflowExecutionRequest

func FromStartWorkflowExecutionRequest(t *types.StartWorkflowExecutionRequest) *shared.StartWorkflowExecutionRequest

FromStartWorkflowExecutionRequest converts internal StartWorkflowExecutionRequest type to thrift

func FromStartWorkflowExecutionResponse

func FromStartWorkflowExecutionResponse(t *types.StartWorkflowExecutionResponse) *shared.StartWorkflowExecutionResponse

FromStartWorkflowExecutionResponse converts internal StartWorkflowExecutionResponse type to thrift

func FromStickyExecutionAttributes

func FromStickyExecutionAttributes(t *types.StickyExecutionAttributes) *shared.StickyExecutionAttributes

FromStickyExecutionAttributes converts internal StickyExecutionAttributes type to thrift

func FromSupportedClientVersions

func FromSupportedClientVersions(t *types.SupportedClientVersions) *shared.SupportedClientVersions

FromSupportedClientVersions converts internal SupportedClientVersions type to thrift

func FromTaskIDBlock

func FromTaskIDBlock(t *types.TaskIDBlock) *shared.TaskIDBlock

FromTaskIDBlock converts internal TaskIDBlock type to thrift

func FromTaskList

func FromTaskList(t *types.TaskList) *shared.TaskList

FromTaskList converts internal TaskList type to thrift

func FromTaskListKind

func FromTaskListKind(t *types.TaskListKind) *shared.TaskListKind

FromTaskListKind converts internal TaskListKind type to thrift

func FromTaskListMetadata

func FromTaskListMetadata(t *types.TaskListMetadata) *shared.TaskListMetadata

FromTaskListMetadata converts internal TaskListMetadata type to thrift

func FromTaskListPartitionMetadata

func FromTaskListPartitionMetadata(t *types.TaskListPartitionMetadata) *shared.TaskListPartitionMetadata

FromTaskListPartitionMetadata converts internal TaskListPartitionMetadata type to thrift

func FromTaskListPartitionMetadataArray

func FromTaskListPartitionMetadataArray(t []*types.TaskListPartitionMetadata) []*shared.TaskListPartitionMetadata

FromTaskListPartitionMetadataArray converts internal TaskListPartitionMetadata type array to thrift

func FromTaskListStatus

func FromTaskListStatus(t *types.TaskListStatus) *shared.TaskListStatus

FromTaskListStatus converts internal TaskListStatus type to thrift

func FromTaskListType

func FromTaskListType(t *types.TaskListType) *shared.TaskListType

FromTaskListType converts internal TaskListType type to thrift

func FromTerminateWorkflowExecutionRequest

func FromTerminateWorkflowExecutionRequest(t *types.TerminateWorkflowExecutionRequest) *shared.TerminateWorkflowExecutionRequest

FromTerminateWorkflowExecutionRequest converts internal TerminateWorkflowExecutionRequest type to thrift

func FromTimeoutType

func FromTimeoutType(t *types.TimeoutType) *shared.TimeoutType

FromTimeoutType converts internal TimeoutType type to thrift

func FromTimerCanceledEventAttributes

func FromTimerCanceledEventAttributes(t *types.TimerCanceledEventAttributes) *shared.TimerCanceledEventAttributes

FromTimerCanceledEventAttributes converts internal TimerCanceledEventAttributes type to thrift

func FromTimerFiredEventAttributes

func FromTimerFiredEventAttributes(t *types.TimerFiredEventAttributes) *shared.TimerFiredEventAttributes

FromTimerFiredEventAttributes converts internal TimerFiredEventAttributes type to thrift

func FromTimerStartedEventAttributes

func FromTimerStartedEventAttributes(t *types.TimerStartedEventAttributes) *shared.TimerStartedEventAttributes

FromTimerStartedEventAttributes converts internal TimerStartedEventAttributes type to thrift

func FromTransientDecisionInfo

func FromTransientDecisionInfo(t *types.TransientDecisionInfo) *shared.TransientDecisionInfo

FromTransientDecisionInfo converts internal TransientDecisionInfo type to thrift

func FromUpdateDomainInfo

func FromUpdateDomainInfo(t *types.UpdateDomainInfo) *shared.UpdateDomainInfo

FromUpdateDomainInfo converts internal UpdateDomainInfo type to thrift

func FromUpdateDomainRequest

func FromUpdateDomainRequest(t *types.UpdateDomainRequest) *shared.UpdateDomainRequest

FromUpdateDomainRequest converts internal UpdateDomainRequest type to thrift

func FromUpdateDomainResponse

func FromUpdateDomainResponse(t *types.UpdateDomainResponse) *shared.UpdateDomainResponse

FromUpdateDomainResponse converts internal UpdateDomainResponse type to thrift

func FromUpsertWorkflowSearchAttributesDecisionAttributes

FromUpsertWorkflowSearchAttributesDecisionAttributes converts internal UpsertWorkflowSearchAttributesDecisionAttributes type to thrift

func FromUpsertWorkflowSearchAttributesEventAttributes

FromUpsertWorkflowSearchAttributesEventAttributes converts internal UpsertWorkflowSearchAttributesEventAttributes type to thrift

func FromVersionHistories

func FromVersionHistories(t *types.VersionHistories) *shared.VersionHistories

FromVersionHistories converts internal VersionHistories type to thrift

func FromVersionHistory

func FromVersionHistory(t *types.VersionHistory) *shared.VersionHistory

FromVersionHistory converts internal VersionHistory type to thrift

func FromVersionHistoryArray

func FromVersionHistoryArray(t []*types.VersionHistory) []*shared.VersionHistory

FromVersionHistoryArray converts internal VersionHistory type array to thrift

func FromVersionHistoryItem

func FromVersionHistoryItem(t *types.VersionHistoryItem) *shared.VersionHistoryItem

FromVersionHistoryItem converts internal VersionHistoryItem type to thrift

func FromVersionHistoryItemArray

func FromVersionHistoryItemArray(t []*types.VersionHistoryItem) []*shared.VersionHistoryItem

FromVersionHistoryItemArray converts internal VersionHistoryItem type array to thrift

func FromWorkerVersionInfo

func FromWorkerVersionInfo(t *types.WorkerVersionInfo) *shared.WorkerVersionInfo

FromWorkerVersionInfo converts internal WorkerVersionInfo type to thrift

func FromWorkflowExecution

func FromWorkflowExecution(t *types.WorkflowExecution) *shared.WorkflowExecution

FromWorkflowExecution converts internal WorkflowExecution type to thrift

func FromWorkflowExecutionAlreadyStartedError

func FromWorkflowExecutionAlreadyStartedError(t *types.WorkflowExecutionAlreadyStartedError) *shared.WorkflowExecutionAlreadyStartedError

FromWorkflowExecutionAlreadyStartedError converts internal WorkflowExecutionAlreadyStartedError type to thrift

func FromWorkflowExecutionCancelRequestedEventAttributes

FromWorkflowExecutionCancelRequestedEventAttributes converts internal WorkflowExecutionCancelRequestedEventAttributes type to thrift

func FromWorkflowExecutionCanceledEventAttributes

FromWorkflowExecutionCanceledEventAttributes converts internal WorkflowExecutionCanceledEventAttributes type to thrift

func FromWorkflowExecutionCloseStatus

func FromWorkflowExecutionCloseStatus(t *types.WorkflowExecutionCloseStatus) *shared.WorkflowExecutionCloseStatus

FromWorkflowExecutionCloseStatus converts internal WorkflowExecutionCloseStatus type to thrift

func FromWorkflowExecutionCompletedEventAttributes

FromWorkflowExecutionCompletedEventAttributes converts internal WorkflowExecutionCompletedEventAttributes type to thrift

func FromWorkflowExecutionConfiguration

func FromWorkflowExecutionConfiguration(t *types.WorkflowExecutionConfiguration) *shared.WorkflowExecutionConfiguration

FromWorkflowExecutionConfiguration converts internal WorkflowExecutionConfiguration type to thrift

func FromWorkflowExecutionContinuedAsNewEventAttributes

FromWorkflowExecutionContinuedAsNewEventAttributes converts internal WorkflowExecutionContinuedAsNewEventAttributes type to thrift

func FromWorkflowExecutionFailedEventAttributes

func FromWorkflowExecutionFailedEventAttributes(t *types.WorkflowExecutionFailedEventAttributes) *shared.WorkflowExecutionFailedEventAttributes

FromWorkflowExecutionFailedEventAttributes converts internal WorkflowExecutionFailedEventAttributes type to thrift

func FromWorkflowExecutionFilter

func FromWorkflowExecutionFilter(t *types.WorkflowExecutionFilter) *shared.WorkflowExecutionFilter

FromWorkflowExecutionFilter converts internal WorkflowExecutionFilter type to thrift

func FromWorkflowExecutionInfo

func FromWorkflowExecutionInfo(t *types.WorkflowExecutionInfo) *shared.WorkflowExecutionInfo

FromWorkflowExecutionInfo converts internal WorkflowExecutionInfo type to thrift

func FromWorkflowExecutionInfoArray

func FromWorkflowExecutionInfoArray(t []*types.WorkflowExecutionInfo) []*shared.WorkflowExecutionInfo

FromWorkflowExecutionInfoArray converts internal WorkflowExecutionInfo type array to thrift

func FromWorkflowExecutionSignaledEventAttributes

FromWorkflowExecutionSignaledEventAttributes converts internal WorkflowExecutionSignaledEventAttributes type to thrift

func FromWorkflowExecutionStartedEventAttributes

FromWorkflowExecutionStartedEventAttributes converts internal WorkflowExecutionStartedEventAttributes type to thrift

func FromWorkflowExecutionTerminatedEventAttributes

FromWorkflowExecutionTerminatedEventAttributes converts internal WorkflowExecutionTerminatedEventAttributes type to thrift

func FromWorkflowExecutionTimedOutEventAttributes

FromWorkflowExecutionTimedOutEventAttributes converts internal WorkflowExecutionTimedOutEventAttributes type to thrift

func FromWorkflowIDReusePolicy

func FromWorkflowIDReusePolicy(t *types.WorkflowIDReusePolicy) *shared.WorkflowIdReusePolicy

FromWorkflowIDReusePolicy converts internal WorkflowIDReusePolicy type to thrift

func FromWorkflowQuery

func FromWorkflowQuery(t *types.WorkflowQuery) *shared.WorkflowQuery

FromWorkflowQuery converts internal WorkflowQuery type to thrift

func FromWorkflowQueryMap

func FromWorkflowQueryMap(t map[string]*types.WorkflowQuery) map[string]*shared.WorkflowQuery

FromWorkflowQueryMap converts internal WorkflowQuery type map to thrift

func FromWorkflowQueryResult

func FromWorkflowQueryResult(t *types.WorkflowQueryResult) *shared.WorkflowQueryResult

FromWorkflowQueryResult converts internal WorkflowQueryResult type to thrift

func FromWorkflowQueryResultMap

func FromWorkflowQueryResultMap(t map[string]*types.WorkflowQueryResult) map[string]*shared.WorkflowQueryResult

FromWorkflowQueryResultMap converts internal WorkflowQueryResult type map to thrift

func FromWorkflowType

func FromWorkflowType(t *types.WorkflowType) *shared.WorkflowType

FromWorkflowType converts internal WorkflowType type to thrift

func FromWorkflowTypeFilter

func FromWorkflowTypeFilter(t *types.WorkflowTypeFilter) *shared.WorkflowTypeFilter

FromWorkflowTypeFilter converts internal WorkflowTypeFilter type to thrift

func ToAccessDeniedError

func ToAccessDeniedError(t *shared.AccessDeniedError) *types.AccessDeniedError

ToAccessDeniedError converts thrift AccessDeniedError type to internal

func ToActivityTaskCancelRequestedEventAttributes

ToActivityTaskCancelRequestedEventAttributes converts thrift ActivityTaskCancelRequestedEventAttributes type to internal

func ToActivityTaskCanceledEventAttributes

ToActivityTaskCanceledEventAttributes converts thrift ActivityTaskCanceledEventAttributes type to internal

func ToActivityTaskCompletedEventAttributes

ToActivityTaskCompletedEventAttributes converts thrift ActivityTaskCompletedEventAttributes type to internal

func ToActivityTaskFailedEventAttributes

ToActivityTaskFailedEventAttributes converts thrift ActivityTaskFailedEventAttributes type to internal

func ToActivityTaskScheduledEventAttributes

ToActivityTaskScheduledEventAttributes converts thrift ActivityTaskScheduledEventAttributes type to internal

func ToActivityTaskStartedEventAttributes

ToActivityTaskStartedEventAttributes converts thrift ActivityTaskStartedEventAttributes type to internal

func ToActivityTaskTimedOutEventAttributes

ToActivityTaskTimedOutEventAttributes converts thrift ActivityTaskTimedOutEventAttributes type to internal

func ToActivityType

func ToActivityType(t *shared.ActivityType) *types.ActivityType

ToActivityType converts thrift ActivityType type to internal

func ToArchivalStatus

func ToArchivalStatus(t *shared.ArchivalStatus) *types.ArchivalStatus

ToArchivalStatus converts thrift ArchivalStatus type to internal

func ToBadBinaries

func ToBadBinaries(t *shared.BadBinaries) *types.BadBinaries

ToBadBinaries converts thrift BadBinaries type to internal

func ToBadBinaryInfo

func ToBadBinaryInfo(t *shared.BadBinaryInfo) *types.BadBinaryInfo

ToBadBinaryInfo converts thrift BadBinaryInfo type to internal

func ToBadBinaryInfoMap

func ToBadBinaryInfoMap(t map[string]*shared.BadBinaryInfo) map[string]*types.BadBinaryInfo

ToBadBinaryInfoMap converts thrift BadBinaryInfo type map to internal

func ToBadRequestError

func ToBadRequestError(t *shared.BadRequestError) *types.BadRequestError

ToBadRequestError converts thrift BadRequestError type to internal

func ToCancelExternalWorkflowExecutionFailedCause

ToCancelExternalWorkflowExecutionFailedCause converts thrift CancelExternalWorkflowExecutionFailedCause type to internal

func ToCancelTimerDecisionAttributes

func ToCancelTimerDecisionAttributes(t *shared.CancelTimerDecisionAttributes) *types.CancelTimerDecisionAttributes

ToCancelTimerDecisionAttributes converts thrift CancelTimerDecisionAttributes type to internal

func ToCancelTimerFailedEventAttributes

func ToCancelTimerFailedEventAttributes(t *shared.CancelTimerFailedEventAttributes) *types.CancelTimerFailedEventAttributes

ToCancelTimerFailedEventAttributes converts thrift CancelTimerFailedEventAttributes type to internal

func ToCancelWorkflowExecutionDecisionAttributes

ToCancelWorkflowExecutionDecisionAttributes converts thrift CancelWorkflowExecutionDecisionAttributes type to internal

func ToCancellationAlreadyRequestedError

ToCancellationAlreadyRequestedError converts thrift CancellationAlreadyRequestedError type to internal

func ToChildWorkflowExecutionCanceledEventAttributes

ToChildWorkflowExecutionCanceledEventAttributes converts thrift ChildWorkflowExecutionCanceledEventAttributes type to internal

func ToChildWorkflowExecutionCompletedEventAttributes

ToChildWorkflowExecutionCompletedEventAttributes converts thrift ChildWorkflowExecutionCompletedEventAttributes type to internal

func ToChildWorkflowExecutionFailedCause

ToChildWorkflowExecutionFailedCause converts thrift ChildWorkflowExecutionFailedCause type to internal

func ToChildWorkflowExecutionFailedEventAttributes

ToChildWorkflowExecutionFailedEventAttributes converts thrift ChildWorkflowExecutionFailedEventAttributes type to internal

func ToChildWorkflowExecutionStartedEventAttributes

ToChildWorkflowExecutionStartedEventAttributes converts thrift ChildWorkflowExecutionStartedEventAttributes type to internal

func ToChildWorkflowExecutionTerminatedEventAttributes

ToChildWorkflowExecutionTerminatedEventAttributes converts thrift ChildWorkflowExecutionTerminatedEventAttributes type to internal

func ToChildWorkflowExecutionTimedOutEventAttributes

ToChildWorkflowExecutionTimedOutEventAttributes converts thrift ChildWorkflowExecutionTimedOutEventAttributes type to internal

func ToClientVersionNotSupportedError

func ToClientVersionNotSupportedError(t *shared.ClientVersionNotSupportedError) *types.ClientVersionNotSupportedError

ToClientVersionNotSupportedError converts thrift ClientVersionNotSupportedError type to internal

func ToCloseShardRequest

func ToCloseShardRequest(t *shared.CloseShardRequest) *types.CloseShardRequest

ToCloseShardRequest converts thrift CloseShardRequest type to internal

func ToClusterInfo

func ToClusterInfo(t *shared.ClusterInfo) *types.ClusterInfo

ToClusterInfo converts thrift ClusterInfo type to internal

func ToClusterReplicationConfiguration

func ToClusterReplicationConfiguration(t *shared.ClusterReplicationConfiguration) *types.ClusterReplicationConfiguration

ToClusterReplicationConfiguration converts thrift ClusterReplicationConfiguration type to internal

func ToClusterReplicationConfigurationArray

func ToClusterReplicationConfigurationArray(t []*shared.ClusterReplicationConfiguration) []*types.ClusterReplicationConfiguration

ToClusterReplicationConfigurationArray converts thrift ClusterReplicationConfiguration type array to internal

func ToCompleteWorkflowExecutionDecisionAttributes

ToCompleteWorkflowExecutionDecisionAttributes converts thrift CompleteWorkflowExecutionDecisionAttributes type to internal

func ToContinueAsNewInitiator

func ToContinueAsNewInitiator(t *shared.ContinueAsNewInitiator) *types.ContinueAsNewInitiator

ToContinueAsNewInitiator converts thrift ContinueAsNewInitiator type to internal

func ToContinueAsNewWorkflowExecutionDecisionAttributes

ToContinueAsNewWorkflowExecutionDecisionAttributes converts thrift ContinueAsNewWorkflowExecutionDecisionAttributes type to internal

func ToCountWorkflowExecutionsRequest

func ToCountWorkflowExecutionsRequest(t *shared.CountWorkflowExecutionsRequest) *types.CountWorkflowExecutionsRequest

ToCountWorkflowExecutionsRequest converts thrift CountWorkflowExecutionsRequest type to internal

func ToCountWorkflowExecutionsResponse

func ToCountWorkflowExecutionsResponse(t *shared.CountWorkflowExecutionsResponse) *types.CountWorkflowExecutionsResponse

ToCountWorkflowExecutionsResponse converts thrift CountWorkflowExecutionsResponse type to internal

func ToCurrentBranchChangedError

func ToCurrentBranchChangedError(t *shared.CurrentBranchChangedError) *types.CurrentBranchChangedError

ToCurrentBranchChangedError converts thrift CurrentBranchChangedError type to internal

func ToDataBlob

func ToDataBlob(t *shared.DataBlob) *types.DataBlob

ToDataBlob converts thrift DataBlob type to internal

func ToDataBlobArray

func ToDataBlobArray(t []*shared.DataBlob) []*types.DataBlob

ToDataBlobArray converts thrift DataBlob type array to internal

func ToDecision

func ToDecision(t *shared.Decision) *types.Decision

ToDecision converts thrift Decision type to internal

func ToDecisionArray

func ToDecisionArray(t []*shared.Decision) []*types.Decision

ToDecisionArray converts thrift Decision type array to internal

func ToDecisionTaskCompletedEventAttributes

ToDecisionTaskCompletedEventAttributes converts thrift DecisionTaskCompletedEventAttributes type to internal

func ToDecisionTaskFailedCause

func ToDecisionTaskFailedCause(t *shared.DecisionTaskFailedCause) *types.DecisionTaskFailedCause

ToDecisionTaskFailedCause converts thrift DecisionTaskFailedCause type to internal

func ToDecisionTaskFailedEventAttributes

ToDecisionTaskFailedEventAttributes converts thrift DecisionTaskFailedEventAttributes type to internal

func ToDecisionTaskScheduledEventAttributes

ToDecisionTaskScheduledEventAttributes converts thrift DecisionTaskScheduledEventAttributes type to internal

func ToDecisionTaskStartedEventAttributes

ToDecisionTaskStartedEventAttributes converts thrift DecisionTaskStartedEventAttributes type to internal

func ToDecisionTaskTimedOutEventAttributes

ToDecisionTaskTimedOutEventAttributes converts thrift DecisionTaskTimedOutEventAttributes type to internal

func ToDecisionType

func ToDecisionType(t *shared.DecisionType) *types.DecisionType

ToDecisionType converts thrift DecisionType type to internal

func ToDeprecateDomainRequest

func ToDeprecateDomainRequest(t *shared.DeprecateDomainRequest) *types.DeprecateDomainRequest

ToDeprecateDomainRequest converts thrift DeprecateDomainRequest type to internal

func ToDescribeDomainRequest

func ToDescribeDomainRequest(t *shared.DescribeDomainRequest) *types.DescribeDomainRequest

ToDescribeDomainRequest converts thrift DescribeDomainRequest type to internal

func ToDescribeDomainResponse

func ToDescribeDomainResponse(t *shared.DescribeDomainResponse) *types.DescribeDomainResponse

ToDescribeDomainResponse converts thrift DescribeDomainResponse type to internal

func ToDescribeDomainResponseArray

func ToDescribeDomainResponseArray(t []*shared.DescribeDomainResponse) []*types.DescribeDomainResponse

ToDescribeDomainResponseArray converts thrift DescribeDomainResponse type array to internal

func ToDescribeHistoryHostRequest

func ToDescribeHistoryHostRequest(t *shared.DescribeHistoryHostRequest) *types.DescribeHistoryHostRequest

ToDescribeHistoryHostRequest converts thrift DescribeHistoryHostRequest type to internal

func ToDescribeHistoryHostResponse

func ToDescribeHistoryHostResponse(t *shared.DescribeHistoryHostResponse) *types.DescribeHistoryHostResponse

ToDescribeHistoryHostResponse converts thrift DescribeHistoryHostResponse type to internal

func ToDescribeQueueRequest

func ToDescribeQueueRequest(t *shared.DescribeQueueRequest) *types.DescribeQueueRequest

ToDescribeQueueRequest converts thrift DescribeQueueRequest type to internal

func ToDescribeQueueResponse

func ToDescribeQueueResponse(t *shared.DescribeQueueResponse) *types.DescribeQueueResponse

ToDescribeQueueResponse converts thrift DescribeQueueResponse type to internal

func ToDescribeTaskListRequest

func ToDescribeTaskListRequest(t *shared.DescribeTaskListRequest) *types.DescribeTaskListRequest

ToDescribeTaskListRequest converts thrift DescribeTaskListRequest type to internal

func ToDescribeTaskListResponse

func ToDescribeTaskListResponse(t *shared.DescribeTaskListResponse) *types.DescribeTaskListResponse

ToDescribeTaskListResponse converts thrift DescribeTaskListResponse type to internal

func ToDescribeWorkflowExecutionRequest

func ToDescribeWorkflowExecutionRequest(t *shared.DescribeWorkflowExecutionRequest) *types.DescribeWorkflowExecutionRequest

ToDescribeWorkflowExecutionRequest converts thrift DescribeWorkflowExecutionRequest type to internal

func ToDescribeWorkflowExecutionResponse

ToDescribeWorkflowExecutionResponse converts thrift DescribeWorkflowExecutionResponse type to internal

func ToDomainAlreadyExistsError

func ToDomainAlreadyExistsError(t *shared.DomainAlreadyExistsError) *types.DomainAlreadyExistsError

ToDomainAlreadyExistsError converts thrift DomainAlreadyExistsError type to internal

func ToDomainCacheInfo

func ToDomainCacheInfo(t *shared.DomainCacheInfo) *types.DomainCacheInfo

ToDomainCacheInfo converts thrift DomainCacheInfo type to internal

func ToDomainConfiguration

func ToDomainConfiguration(t *shared.DomainConfiguration) *types.DomainConfiguration

ToDomainConfiguration converts thrift DomainConfiguration type to internal

func ToDomainInfo

func ToDomainInfo(t *shared.DomainInfo) *types.DomainInfo

ToDomainInfo converts thrift DomainInfo type to internal

func ToDomainNotActiveError

func ToDomainNotActiveError(t *shared.DomainNotActiveError) *types.DomainNotActiveError

ToDomainNotActiveError converts thrift DomainNotActiveError type to internal

func ToDomainReplicationConfiguration

func ToDomainReplicationConfiguration(t *shared.DomainReplicationConfiguration) *types.DomainReplicationConfiguration

ToDomainReplicationConfiguration converts thrift DomainReplicationConfiguration type to internal

func ToDomainStatus

func ToDomainStatus(t *shared.DomainStatus) *types.DomainStatus

ToDomainStatus converts thrift DomainStatus type to internal

func ToEncodingType

func ToEncodingType(t *shared.EncodingType) *types.EncodingType

ToEncodingType converts thrift EncodingType type to internal

func ToEntityNotExistsError

func ToEntityNotExistsError(t *shared.EntityNotExistsError) *types.EntityNotExistsError

ToEntityNotExistsError converts thrift EntityNotExistsError type to internal

func ToEventType

func ToEventType(t *shared.EventType) *types.EventType

ToEventType converts thrift EventType type to internal

func ToExternalWorkflowExecutionCancelRequestedEventAttributes

ToExternalWorkflowExecutionCancelRequestedEventAttributes converts thrift ExternalWorkflowExecutionCancelRequestedEventAttributes type to internal

func ToExternalWorkflowExecutionSignaledEventAttributes

ToExternalWorkflowExecutionSignaledEventAttributes converts thrift ExternalWorkflowExecutionSignaledEventAttributes type to internal

func ToFailWorkflowExecutionDecisionAttributes

ToFailWorkflowExecutionDecisionAttributes converts thrift FailWorkflowExecutionDecisionAttributes type to internal

func ToGetSearchAttributesResponse

func ToGetSearchAttributesResponse(t *shared.GetSearchAttributesResponse) *types.GetSearchAttributesResponse

ToGetSearchAttributesResponse converts thrift GetSearchAttributesResponse type to internal

func ToGetWorkflowExecutionHistoryRequest

ToGetWorkflowExecutionHistoryRequest converts thrift GetWorkflowExecutionHistoryRequest type to internal

func ToGetWorkflowExecutionHistoryResponse

ToGetWorkflowExecutionHistoryResponse converts thrift GetWorkflowExecutionHistoryResponse type to internal

func ToHeader

func ToHeader(t *shared.Header) *types.Header

ToHeader converts thrift Header type to internal

func ToHistory

func ToHistory(t *shared.History) *types.History

ToHistory converts thrift History type to internal

func ToHistoryBranch

func ToHistoryBranch(t *shared.HistoryBranch) *types.HistoryBranch

ToHistoryBranch converts thrift HistoryBranch type to internal

func ToHistoryBranchRange

func ToHistoryBranchRange(t *shared.HistoryBranchRange) *types.HistoryBranchRange

ToHistoryBranchRange converts thrift HistoryBranchRange type to internal

func ToHistoryBranchRangeArray

func ToHistoryBranchRangeArray(t []*shared.HistoryBranchRange) []*types.HistoryBranchRange

ToHistoryBranchRangeArray converts thrift HistoryBranchRange type array to internal

func ToHistoryEvent

func ToHistoryEvent(t *shared.HistoryEvent) *types.HistoryEvent

ToHistoryEvent converts thrift HistoryEvent type to internal

func ToHistoryEventArray

func ToHistoryEventArray(t []*shared.HistoryEvent) []*types.HistoryEvent

ToHistoryEventArray converts thrift HistoryEvent type array to internal

func ToHistoryEventFilterType

func ToHistoryEventFilterType(t *shared.HistoryEventFilterType) *types.HistoryEventFilterType

ToHistoryEventFilterType converts thrift HistoryEventFilterType type to internal

func ToIndexedValueType

func ToIndexedValueType(t shared.IndexedValueType) types.IndexedValueType

ToIndexedValueType converts thrift IndexedValueType type to internal

func ToIndexedValueTypeMap

func ToIndexedValueTypeMap(t map[string]shared.IndexedValueType) map[string]types.IndexedValueType

ToIndexedValueTypeMap converts thrift IndexedValueType type map to internal

func ToInternalDataInconsistencyError

func ToInternalDataInconsistencyError(t *shared.InternalDataInconsistencyError) *types.InternalDataInconsistencyError

ToInternalDataInconsistencyError converts thrift InternalDataInconsistencyError type to internal

func ToInternalServiceError

func ToInternalServiceError(t *shared.InternalServiceError) *types.InternalServiceError

ToInternalServiceError converts thrift InternalServiceError type to internal

func ToLimitExceededError

func ToLimitExceededError(t *shared.LimitExceededError) *types.LimitExceededError

ToLimitExceededError converts thrift LimitExceededError type to internal

func ToListArchivedWorkflowExecutionsRequest

ToListArchivedWorkflowExecutionsRequest converts thrift ListArchivedWorkflowExecutionsRequest type to internal

func ToListArchivedWorkflowExecutionsResponse

ToListArchivedWorkflowExecutionsResponse converts thrift ListArchivedWorkflowExecutionsResponse type to internal

func ToListClosedWorkflowExecutionsRequest

ToListClosedWorkflowExecutionsRequest converts thrift ListClosedWorkflowExecutionsRequest type to internal

func ToListClosedWorkflowExecutionsResponse

ToListClosedWorkflowExecutionsResponse converts thrift ListClosedWorkflowExecutionsResponse type to internal

func ToListDomainsRequest

func ToListDomainsRequest(t *shared.ListDomainsRequest) *types.ListDomainsRequest

ToListDomainsRequest converts thrift ListDomainsRequest type to internal

func ToListDomainsResponse

func ToListDomainsResponse(t *shared.ListDomainsResponse) *types.ListDomainsResponse

ToListDomainsResponse converts thrift ListDomainsResponse type to internal

func ToListOpenWorkflowExecutionsRequest

ToListOpenWorkflowExecutionsRequest converts thrift ListOpenWorkflowExecutionsRequest type to internal

func ToListOpenWorkflowExecutionsResponse

ToListOpenWorkflowExecutionsResponse converts thrift ListOpenWorkflowExecutionsResponse type to internal

func ToListTaskListPartitionsRequest

func ToListTaskListPartitionsRequest(t *shared.ListTaskListPartitionsRequest) *types.ListTaskListPartitionsRequest

ToListTaskListPartitionsRequest converts thrift ListTaskListPartitionsRequest type to internal

func ToListTaskListPartitionsResponse

func ToListTaskListPartitionsResponse(t *shared.ListTaskListPartitionsResponse) *types.ListTaskListPartitionsResponse

ToListTaskListPartitionsResponse converts thrift ListTaskListPartitionsResponse type to internal

func ToListWorkflowExecutionsRequest

func ToListWorkflowExecutionsRequest(t *shared.ListWorkflowExecutionsRequest) *types.ListWorkflowExecutionsRequest

ToListWorkflowExecutionsRequest converts thrift ListWorkflowExecutionsRequest type to internal

func ToListWorkflowExecutionsResponse

func ToListWorkflowExecutionsResponse(t *shared.ListWorkflowExecutionsResponse) *types.ListWorkflowExecutionsResponse

ToListWorkflowExecutionsResponse converts thrift ListWorkflowExecutionsResponse type to internal

func ToMarkerRecordedEventAttributes

func ToMarkerRecordedEventAttributes(t *shared.MarkerRecordedEventAttributes) *types.MarkerRecordedEventAttributes

ToMarkerRecordedEventAttributes converts thrift MarkerRecordedEventAttributes type to internal

func ToMemo

func ToMemo(t *shared.Memo) *types.Memo

ToMemo converts thrift Memo type to internal

func ToParentClosePolicy

func ToParentClosePolicy(t *shared.ParentClosePolicy) *types.ParentClosePolicy

ToParentClosePolicy converts thrift ParentClosePolicy type to internal

func ToPendingActivityInfo

func ToPendingActivityInfo(t *shared.PendingActivityInfo) *types.PendingActivityInfo

ToPendingActivityInfo converts thrift PendingActivityInfo type to internal

func ToPendingActivityInfoArray

func ToPendingActivityInfoArray(t []*shared.PendingActivityInfo) []*types.PendingActivityInfo

ToPendingActivityInfoArray converts thrift PendingActivityInfo type array to internal

func ToPendingActivityState

func ToPendingActivityState(t *shared.PendingActivityState) *types.PendingActivityState

ToPendingActivityState converts thrift PendingActivityState type to internal

func ToPendingChildExecutionInfo

func ToPendingChildExecutionInfo(t *shared.PendingChildExecutionInfo) *types.PendingChildExecutionInfo

ToPendingChildExecutionInfo converts thrift PendingChildExecutionInfo type to internal

func ToPendingChildExecutionInfoArray

func ToPendingChildExecutionInfoArray(t []*shared.PendingChildExecutionInfo) []*types.PendingChildExecutionInfo

ToPendingChildExecutionInfoArray converts thrift PendingChildExecutionInfo type array to internal

func ToPollForActivityTaskRequest

func ToPollForActivityTaskRequest(t *shared.PollForActivityTaskRequest) *types.PollForActivityTaskRequest

ToPollForActivityTaskRequest converts thrift PollForActivityTaskRequest type to internal

func ToPollForActivityTaskResponse

func ToPollForActivityTaskResponse(t *shared.PollForActivityTaskResponse) *types.PollForActivityTaskResponse

ToPollForActivityTaskResponse converts thrift PollForActivityTaskResponse type to internal

func ToPollForDecisionTaskRequest

func ToPollForDecisionTaskRequest(t *shared.PollForDecisionTaskRequest) *types.PollForDecisionTaskRequest

ToPollForDecisionTaskRequest converts thrift PollForDecisionTaskRequest type to internal

func ToPollForDecisionTaskResponse

func ToPollForDecisionTaskResponse(t *shared.PollForDecisionTaskResponse) *types.PollForDecisionTaskResponse

ToPollForDecisionTaskResponse converts thrift PollForDecisionTaskResponse type to internal

func ToPollerInfo

func ToPollerInfo(t *shared.PollerInfo) *types.PollerInfo

ToPollerInfo converts thrift PollerInfo type to internal

func ToPollerInfoArray

func ToPollerInfoArray(t []*shared.PollerInfo) []*types.PollerInfo

ToPollerInfoArray converts thrift PollerInfo type array to internal

func ToQueryConsistencyLevel

func ToQueryConsistencyLevel(t *shared.QueryConsistencyLevel) *types.QueryConsistencyLevel

ToQueryConsistencyLevel converts thrift QueryConsistencyLevel type to internal

func ToQueryFailedError

func ToQueryFailedError(t *shared.QueryFailedError) *types.QueryFailedError

ToQueryFailedError converts thrift QueryFailedError type to internal

func ToQueryRejectCondition

func ToQueryRejectCondition(t *shared.QueryRejectCondition) *types.QueryRejectCondition

ToQueryRejectCondition converts thrift QueryRejectCondition type to internal

func ToQueryRejected

func ToQueryRejected(t *shared.QueryRejected) *types.QueryRejected

ToQueryRejected converts thrift QueryRejected type to internal

func ToQueryResultType

func ToQueryResultType(t *shared.QueryResultType) *types.QueryResultType

ToQueryResultType converts thrift QueryResultType type to internal

func ToQueryTaskCompletedType

func ToQueryTaskCompletedType(t *shared.QueryTaskCompletedType) *types.QueryTaskCompletedType

ToQueryTaskCompletedType converts thrift QueryTaskCompletedType type to internal

func ToQueryWorkflowRequest

func ToQueryWorkflowRequest(t *shared.QueryWorkflowRequest) *types.QueryWorkflowRequest

ToQueryWorkflowRequest converts thrift QueryWorkflowRequest type to internal

func ToQueryWorkflowResponse

func ToQueryWorkflowResponse(t *shared.QueryWorkflowResponse) *types.QueryWorkflowResponse

ToQueryWorkflowResponse converts thrift QueryWorkflowResponse type to internal

func ToReapplyEventsRequest

func ToReapplyEventsRequest(t *shared.ReapplyEventsRequest) *types.ReapplyEventsRequest

ToReapplyEventsRequest converts thrift ReapplyEventsRequest type to internal

func ToRecordActivityTaskHeartbeatByIDRequest

ToRecordActivityTaskHeartbeatByIDRequest converts thrift RecordActivityTaskHeartbeatByIDRequest type to internal

func ToRecordActivityTaskHeartbeatRequest

ToRecordActivityTaskHeartbeatRequest converts thrift RecordActivityTaskHeartbeatRequest type to internal

func ToRecordActivityTaskHeartbeatResponse

ToRecordActivityTaskHeartbeatResponse converts thrift RecordActivityTaskHeartbeatResponse type to internal

func ToRecordMarkerDecisionAttributes

func ToRecordMarkerDecisionAttributes(t *shared.RecordMarkerDecisionAttributes) *types.RecordMarkerDecisionAttributes

ToRecordMarkerDecisionAttributes converts thrift RecordMarkerDecisionAttributes type to internal

func ToRefreshWorkflowTasksRequest

func ToRefreshWorkflowTasksRequest(t *shared.RefreshWorkflowTasksRequest) *types.RefreshWorkflowTasksRequest

ToRefreshWorkflowTasksRequest converts thrift RefreshWorkflowTasksRequest type to internal

func ToRegisterDomainRequest

func ToRegisterDomainRequest(t *shared.RegisterDomainRequest) *types.RegisterDomainRequest

ToRegisterDomainRequest converts thrift RegisterDomainRequest type to internal

func ToRemoteSyncMatchedError

func ToRemoteSyncMatchedError(t *shared.RemoteSyncMatchedError) *types.RemoteSyncMatchedError

ToRemoteSyncMatchedError converts thrift RemoteSyncMatchedError type to internal

func ToRemoveTaskRequest

func ToRemoveTaskRequest(t *shared.RemoveTaskRequest) *types.RemoveTaskRequest

ToRemoveTaskRequest converts thrift RemoveTaskRequest type to internal

func ToRequestCancelActivityTaskDecisionAttributes

ToRequestCancelActivityTaskDecisionAttributes converts thrift RequestCancelActivityTaskDecisionAttributes type to internal

func ToRequestCancelActivityTaskFailedEventAttributes

ToRequestCancelActivityTaskFailedEventAttributes converts thrift RequestCancelActivityTaskFailedEventAttributes type to internal

func ToRequestCancelExternalWorkflowExecutionDecisionAttributes

ToRequestCancelExternalWorkflowExecutionDecisionAttributes converts thrift RequestCancelExternalWorkflowExecutionDecisionAttributes type to internal

func ToRequestCancelExternalWorkflowExecutionFailedEventAttributes

ToRequestCancelExternalWorkflowExecutionFailedEventAttributes converts thrift RequestCancelExternalWorkflowExecutionFailedEventAttributes type to internal

func ToRequestCancelExternalWorkflowExecutionInitiatedEventAttributes

ToRequestCancelExternalWorkflowExecutionInitiatedEventAttributes converts thrift RequestCancelExternalWorkflowExecutionInitiatedEventAttributes type to internal

func ToRequestCancelWorkflowExecutionRequest

ToRequestCancelWorkflowExecutionRequest converts thrift RequestCancelWorkflowExecutionRequest type to internal

func ToResetPointInfo

func ToResetPointInfo(t *shared.ResetPointInfo) *types.ResetPointInfo

ToResetPointInfo converts thrift ResetPointInfo type to internal

func ToResetPointInfoArray

func ToResetPointInfoArray(t []*shared.ResetPointInfo) []*types.ResetPointInfo

ToResetPointInfoArray converts thrift ResetPointInfo type array to internal

func ToResetPoints

func ToResetPoints(t *shared.ResetPoints) *types.ResetPoints

ToResetPoints converts thrift ResetPoints type to internal

func ToResetQueueRequest

func ToResetQueueRequest(t *shared.ResetQueueRequest) *types.ResetQueueRequest

ToResetQueueRequest converts thrift ResetQueueRequest type to internal

func ToResetStickyTaskListRequest

func ToResetStickyTaskListRequest(t *shared.ResetStickyTaskListRequest) *types.ResetStickyTaskListRequest

ToResetStickyTaskListRequest converts thrift ResetStickyTaskListRequest type to internal

func ToResetStickyTaskListResponse

func ToResetStickyTaskListResponse(t *shared.ResetStickyTaskListResponse) *types.ResetStickyTaskListResponse

ToResetStickyTaskListResponse converts thrift ResetStickyTaskListResponse type to internal

func ToResetWorkflowExecutionRequest

func ToResetWorkflowExecutionRequest(t *shared.ResetWorkflowExecutionRequest) *types.ResetWorkflowExecutionRequest

ToResetWorkflowExecutionRequest converts thrift ResetWorkflowExecutionRequest type to internal

func ToResetWorkflowExecutionResponse

func ToResetWorkflowExecutionResponse(t *shared.ResetWorkflowExecutionResponse) *types.ResetWorkflowExecutionResponse

ToResetWorkflowExecutionResponse converts thrift ResetWorkflowExecutionResponse type to internal

func ToRespondActivityTaskCanceledByIDRequest

ToRespondActivityTaskCanceledByIDRequest converts thrift RespondActivityTaskCanceledByIDRequest type to internal

func ToRespondActivityTaskCanceledRequest

ToRespondActivityTaskCanceledRequest converts thrift RespondActivityTaskCanceledRequest type to internal

func ToRespondActivityTaskCompletedByIDRequest

ToRespondActivityTaskCompletedByIDRequest converts thrift RespondActivityTaskCompletedByIDRequest type to internal

func ToRespondActivityTaskCompletedRequest

ToRespondActivityTaskCompletedRequest converts thrift RespondActivityTaskCompletedRequest type to internal

func ToRespondActivityTaskFailedByIDRequest

ToRespondActivityTaskFailedByIDRequest converts thrift RespondActivityTaskFailedByIDRequest type to internal

func ToRespondActivityTaskFailedRequest

func ToRespondActivityTaskFailedRequest(t *shared.RespondActivityTaskFailedRequest) *types.RespondActivityTaskFailedRequest

ToRespondActivityTaskFailedRequest converts thrift RespondActivityTaskFailedRequest type to internal

func ToRespondDecisionTaskCompletedRequest

ToRespondDecisionTaskCompletedRequest converts thrift RespondDecisionTaskCompletedRequest type to internal

func ToRespondDecisionTaskCompletedResponse

ToRespondDecisionTaskCompletedResponse converts thrift RespondDecisionTaskCompletedResponse type to internal

func ToRespondDecisionTaskFailedRequest

func ToRespondDecisionTaskFailedRequest(t *shared.RespondDecisionTaskFailedRequest) *types.RespondDecisionTaskFailedRequest

ToRespondDecisionTaskFailedRequest converts thrift RespondDecisionTaskFailedRequest type to internal

func ToRespondQueryTaskCompletedRequest

func ToRespondQueryTaskCompletedRequest(t *shared.RespondQueryTaskCompletedRequest) *types.RespondQueryTaskCompletedRequest

ToRespondQueryTaskCompletedRequest converts thrift RespondQueryTaskCompletedRequest type to internal

func ToRetryPolicy

func ToRetryPolicy(t *shared.RetryPolicy) *types.RetryPolicy

ToRetryPolicy converts thrift RetryPolicy type to internal

func ToRetryTaskV2Error

func ToRetryTaskV2Error(t *shared.RetryTaskV2Error) *types.RetryTaskV2Error

ToRetryTaskV2Error converts thrift RetryTaskV2Error type to internal

func ToScheduleActivityTaskDecisionAttributes

ToScheduleActivityTaskDecisionAttributes converts thrift ScheduleActivityTaskDecisionAttributes type to internal

func ToSearchAttributes

func ToSearchAttributes(t *shared.SearchAttributes) *types.SearchAttributes

ToSearchAttributes converts thrift SearchAttributes type to internal

func ToServiceBusyError

func ToServiceBusyError(t *shared.ServiceBusyError) *types.ServiceBusyError

ToServiceBusyError converts thrift ServiceBusyError type to internal

func ToSignalExternalWorkflowExecutionDecisionAttributes

ToSignalExternalWorkflowExecutionDecisionAttributes converts thrift SignalExternalWorkflowExecutionDecisionAttributes type to internal

func ToSignalExternalWorkflowExecutionFailedCause

ToSignalExternalWorkflowExecutionFailedCause converts thrift SignalExternalWorkflowExecutionFailedCause type to internal

func ToSignalExternalWorkflowExecutionFailedEventAttributes

ToSignalExternalWorkflowExecutionFailedEventAttributes converts thrift SignalExternalWorkflowExecutionFailedEventAttributes type to internal

func ToSignalExternalWorkflowExecutionInitiatedEventAttributes

ToSignalExternalWorkflowExecutionInitiatedEventAttributes converts thrift SignalExternalWorkflowExecutionInitiatedEventAttributes type to internal

func ToSignalWithStartWorkflowExecutionRequest

ToSignalWithStartWorkflowExecutionRequest converts thrift SignalWithStartWorkflowExecutionRequest type to internal

func ToSignalWorkflowExecutionRequest

func ToSignalWorkflowExecutionRequest(t *shared.SignalWorkflowExecutionRequest) *types.SignalWorkflowExecutionRequest

ToSignalWorkflowExecutionRequest converts thrift SignalWorkflowExecutionRequest type to internal

func ToStartChildWorkflowExecutionDecisionAttributes

ToStartChildWorkflowExecutionDecisionAttributes converts thrift StartChildWorkflowExecutionDecisionAttributes type to internal

func ToStartChildWorkflowExecutionFailedEventAttributes

ToStartChildWorkflowExecutionFailedEventAttributes converts thrift StartChildWorkflowExecutionFailedEventAttributes type to internal

func ToStartChildWorkflowExecutionInitiatedEventAttributes

ToStartChildWorkflowExecutionInitiatedEventAttributes converts thrift StartChildWorkflowExecutionInitiatedEventAttributes type to internal

func ToStartTimeFilter

func ToStartTimeFilter(t *shared.StartTimeFilter) *types.StartTimeFilter

ToStartTimeFilter converts thrift StartTimeFilter type to internal

func ToStartTimerDecisionAttributes

func ToStartTimerDecisionAttributes(t *shared.StartTimerDecisionAttributes) *types.StartTimerDecisionAttributes

ToStartTimerDecisionAttributes converts thrift StartTimerDecisionAttributes type to internal

func ToStartWorkflowExecutionRequest

func ToStartWorkflowExecutionRequest(t *shared.StartWorkflowExecutionRequest) *types.StartWorkflowExecutionRequest

ToStartWorkflowExecutionRequest converts thrift StartWorkflowExecutionRequest type to internal

func ToStartWorkflowExecutionResponse

func ToStartWorkflowExecutionResponse(t *shared.StartWorkflowExecutionResponse) *types.StartWorkflowExecutionResponse

ToStartWorkflowExecutionResponse converts thrift StartWorkflowExecutionResponse type to internal

func ToStickyExecutionAttributes

func ToStickyExecutionAttributes(t *shared.StickyExecutionAttributes) *types.StickyExecutionAttributes

ToStickyExecutionAttributes converts thrift StickyExecutionAttributes type to internal

func ToSupportedClientVersions

func ToSupportedClientVersions(t *shared.SupportedClientVersions) *types.SupportedClientVersions

ToSupportedClientVersions converts thrift SupportedClientVersions type to internal

func ToTaskIDBlock

func ToTaskIDBlock(t *shared.TaskIDBlock) *types.TaskIDBlock

ToTaskIDBlock converts thrift TaskIDBlock type to internal

func ToTaskList

func ToTaskList(t *shared.TaskList) *types.TaskList

ToTaskList converts thrift TaskList type to internal

func ToTaskListKind

func ToTaskListKind(t *shared.TaskListKind) *types.TaskListKind

ToTaskListKind converts thrift TaskListKind type to internal

func ToTaskListMetadata

func ToTaskListMetadata(t *shared.TaskListMetadata) *types.TaskListMetadata

ToTaskListMetadata converts thrift TaskListMetadata type to internal

func ToTaskListPartitionMetadata

func ToTaskListPartitionMetadata(t *shared.TaskListPartitionMetadata) *types.TaskListPartitionMetadata

ToTaskListPartitionMetadata converts thrift TaskListPartitionMetadata type to internal

func ToTaskListPartitionMetadataArray

func ToTaskListPartitionMetadataArray(t []*shared.TaskListPartitionMetadata) []*types.TaskListPartitionMetadata

ToTaskListPartitionMetadataArray converts thrift TaskListPartitionMetadata type array to internal

func ToTaskListStatus

func ToTaskListStatus(t *shared.TaskListStatus) *types.TaskListStatus

ToTaskListStatus converts thrift TaskListStatus type to internal

func ToTaskListType

func ToTaskListType(t *shared.TaskListType) *types.TaskListType

ToTaskListType converts thrift TaskListType type to internal

func ToTerminateWorkflowExecutionRequest

ToTerminateWorkflowExecutionRequest converts thrift TerminateWorkflowExecutionRequest type to internal

func ToTimeoutType

func ToTimeoutType(t *shared.TimeoutType) *types.TimeoutType

ToTimeoutType converts thrift TimeoutType type to internal

func ToTimerCanceledEventAttributes

func ToTimerCanceledEventAttributes(t *shared.TimerCanceledEventAttributes) *types.TimerCanceledEventAttributes

ToTimerCanceledEventAttributes converts thrift TimerCanceledEventAttributes type to internal

func ToTimerFiredEventAttributes

func ToTimerFiredEventAttributes(t *shared.TimerFiredEventAttributes) *types.TimerFiredEventAttributes

ToTimerFiredEventAttributes converts thrift TimerFiredEventAttributes type to internal

func ToTimerStartedEventAttributes

func ToTimerStartedEventAttributes(t *shared.TimerStartedEventAttributes) *types.TimerStartedEventAttributes

ToTimerStartedEventAttributes converts thrift TimerStartedEventAttributes type to internal

func ToTransientDecisionInfo

func ToTransientDecisionInfo(t *shared.TransientDecisionInfo) *types.TransientDecisionInfo

ToTransientDecisionInfo converts thrift TransientDecisionInfo type to internal

func ToUpdateDomainInfo

func ToUpdateDomainInfo(t *shared.UpdateDomainInfo) *types.UpdateDomainInfo

ToUpdateDomainInfo converts thrift UpdateDomainInfo type to internal

func ToUpdateDomainRequest

func ToUpdateDomainRequest(t *shared.UpdateDomainRequest) *types.UpdateDomainRequest

ToUpdateDomainRequest converts thrift UpdateDomainRequest type to internal

func ToUpdateDomainResponse

func ToUpdateDomainResponse(t *shared.UpdateDomainResponse) *types.UpdateDomainResponse

ToUpdateDomainResponse converts thrift UpdateDomainResponse type to internal

func ToUpsertWorkflowSearchAttributesDecisionAttributes

ToUpsertWorkflowSearchAttributesDecisionAttributes converts thrift UpsertWorkflowSearchAttributesDecisionAttributes type to internal

func ToUpsertWorkflowSearchAttributesEventAttributes

ToUpsertWorkflowSearchAttributesEventAttributes converts thrift UpsertWorkflowSearchAttributesEventAttributes type to internal

func ToVersionHistories

func ToVersionHistories(t *shared.VersionHistories) *types.VersionHistories

ToVersionHistories converts thrift VersionHistories type to internal

func ToVersionHistory

func ToVersionHistory(t *shared.VersionHistory) *types.VersionHistory

ToVersionHistory converts thrift VersionHistory type to internal

func ToVersionHistoryArray

func ToVersionHistoryArray(t []*shared.VersionHistory) []*types.VersionHistory

ToVersionHistoryArray converts thrift VersionHistory type array to internal

func ToVersionHistoryItem

func ToVersionHistoryItem(t *shared.VersionHistoryItem) *types.VersionHistoryItem

ToVersionHistoryItem converts thrift VersionHistoryItem type to internal

func ToVersionHistoryItemArray

func ToVersionHistoryItemArray(t []*shared.VersionHistoryItem) []*types.VersionHistoryItem

ToVersionHistoryItemArray converts thrift VersionHistoryItem type array to internal

func ToWorkerVersionInfo

func ToWorkerVersionInfo(t *shared.WorkerVersionInfo) *types.WorkerVersionInfo

ToWorkerVersionInfo converts thrift WorkerVersionInfo type to internal

func ToWorkflowExecution

func ToWorkflowExecution(t *shared.WorkflowExecution) *types.WorkflowExecution

ToWorkflowExecution converts thrift WorkflowExecution type to internal

func ToWorkflowExecutionAlreadyStartedError

ToWorkflowExecutionAlreadyStartedError converts thrift WorkflowExecutionAlreadyStartedError type to internal

func ToWorkflowExecutionCancelRequestedEventAttributes

ToWorkflowExecutionCancelRequestedEventAttributes converts thrift WorkflowExecutionCancelRequestedEventAttributes type to internal

func ToWorkflowExecutionCanceledEventAttributes

ToWorkflowExecutionCanceledEventAttributes converts thrift WorkflowExecutionCanceledEventAttributes type to internal

func ToWorkflowExecutionCloseStatus

func ToWorkflowExecutionCloseStatus(t *shared.WorkflowExecutionCloseStatus) *types.WorkflowExecutionCloseStatus

ToWorkflowExecutionCloseStatus converts thrift WorkflowExecutionCloseStatus type to internal

func ToWorkflowExecutionCompletedEventAttributes

ToWorkflowExecutionCompletedEventAttributes converts thrift WorkflowExecutionCompletedEventAttributes type to internal

func ToWorkflowExecutionConfiguration

func ToWorkflowExecutionConfiguration(t *shared.WorkflowExecutionConfiguration) *types.WorkflowExecutionConfiguration

ToWorkflowExecutionConfiguration converts thrift WorkflowExecutionConfiguration type to internal

func ToWorkflowExecutionContinuedAsNewEventAttributes

ToWorkflowExecutionContinuedAsNewEventAttributes converts thrift WorkflowExecutionContinuedAsNewEventAttributes type to internal

func ToWorkflowExecutionFailedEventAttributes

ToWorkflowExecutionFailedEventAttributes converts thrift WorkflowExecutionFailedEventAttributes type to internal

func ToWorkflowExecutionFilter

func ToWorkflowExecutionFilter(t *shared.WorkflowExecutionFilter) *types.WorkflowExecutionFilter

ToWorkflowExecutionFilter converts thrift WorkflowExecutionFilter type to internal

func ToWorkflowExecutionInfo

func ToWorkflowExecutionInfo(t *shared.WorkflowExecutionInfo) *types.WorkflowExecutionInfo

ToWorkflowExecutionInfo converts thrift WorkflowExecutionInfo type to internal

func ToWorkflowExecutionInfoArray

func ToWorkflowExecutionInfoArray(t []*shared.WorkflowExecutionInfo) []*types.WorkflowExecutionInfo

ToWorkflowExecutionInfoArray converts thrift WorkflowExecutionInfo type array to internal

func ToWorkflowExecutionSignaledEventAttributes

ToWorkflowExecutionSignaledEventAttributes converts thrift WorkflowExecutionSignaledEventAttributes type to internal

func ToWorkflowExecutionStartedEventAttributes

ToWorkflowExecutionStartedEventAttributes converts thrift WorkflowExecutionStartedEventAttributes type to internal

func ToWorkflowExecutionTerminatedEventAttributes

ToWorkflowExecutionTerminatedEventAttributes converts thrift WorkflowExecutionTerminatedEventAttributes type to internal

func ToWorkflowExecutionTimedOutEventAttributes

ToWorkflowExecutionTimedOutEventAttributes converts thrift WorkflowExecutionTimedOutEventAttributes type to internal

func ToWorkflowIDReusePolicy

func ToWorkflowIDReusePolicy(t *shared.WorkflowIdReusePolicy) *types.WorkflowIDReusePolicy

ToWorkflowIDReusePolicy converts thrift WorkflowIdReusePolicy type to internal

func ToWorkflowQuery

func ToWorkflowQuery(t *shared.WorkflowQuery) *types.WorkflowQuery

ToWorkflowQuery converts thrift WorkflowQuery type to internal

func ToWorkflowQueryMap

func ToWorkflowQueryMap(t map[string]*shared.WorkflowQuery) map[string]*types.WorkflowQuery

ToWorkflowQueryMap converts thrift WorkflowQuery type map to internal

func ToWorkflowQueryResult

func ToWorkflowQueryResult(t *shared.WorkflowQueryResult) *types.WorkflowQueryResult

ToWorkflowQueryResult converts thrift WorkflowQueryResult type to internal

func ToWorkflowQueryResultMap

func ToWorkflowQueryResultMap(t map[string]*shared.WorkflowQueryResult) map[string]*types.WorkflowQueryResult

ToWorkflowQueryResultMap converts thrift WorkflowQueryResult type map to internal

func ToWorkflowType

func ToWorkflowType(t *shared.WorkflowType) *types.WorkflowType

ToWorkflowType converts thrift WorkflowType type to internal

func ToWorkflowTypeFilter

func ToWorkflowTypeFilter(t *shared.WorkflowTypeFilter) *types.WorkflowTypeFilter

ToWorkflowTypeFilter converts thrift WorkflowTypeFilter type to internal

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL