Documentation ¶
Index ¶
- Variables
- type CurrentBranchChangedFailure
- func (*CurrentBranchChangedFailure) Descriptor() ([]byte, []int)
- func (this *CurrentBranchChangedFailure) Equal(that interface{}) bool
- func (m *CurrentBranchChangedFailure) GetCurrentBranchToken() []byte
- func (m *CurrentBranchChangedFailure) GetRequestBranchToken() []byte
- func (this *CurrentBranchChangedFailure) GoString() string
- func (m *CurrentBranchChangedFailure) Marshal() (dAtA []byte, err error)
- func (m *CurrentBranchChangedFailure) MarshalTo(dAtA []byte) (int, error)
- func (m *CurrentBranchChangedFailure) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*CurrentBranchChangedFailure) ProtoMessage()
- func (m *CurrentBranchChangedFailure) Reset()
- func (m *CurrentBranchChangedFailure) Size() (n int)
- func (this *CurrentBranchChangedFailure) String() string
- func (m *CurrentBranchChangedFailure) Unmarshal(dAtA []byte) error
- func (m *CurrentBranchChangedFailure) XXX_DiscardUnknown()
- func (m *CurrentBranchChangedFailure) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *CurrentBranchChangedFailure) XXX_Merge(src proto.Message)
- func (m *CurrentBranchChangedFailure) XXX_Size() int
- func (m *CurrentBranchChangedFailure) XXX_Unmarshal(b []byte) error
- type RetryReplicationFailure
- func (*RetryReplicationFailure) Descriptor() ([]byte, []int)
- func (this *RetryReplicationFailure) Equal(that interface{}) bool
- func (m *RetryReplicationFailure) GetEndEventId() int64
- func (m *RetryReplicationFailure) GetEndEventVersion() int64
- func (m *RetryReplicationFailure) GetNamespaceId() string
- func (m *RetryReplicationFailure) GetRunId() string
- func (m *RetryReplicationFailure) GetStartEventId() int64
- func (m *RetryReplicationFailure) GetStartEventVersion() int64
- func (m *RetryReplicationFailure) GetWorkflowId() string
- func (this *RetryReplicationFailure) GoString() string
- func (m *RetryReplicationFailure) Marshal() (dAtA []byte, err error)
- func (m *RetryReplicationFailure) MarshalTo(dAtA []byte) (int, error)
- func (m *RetryReplicationFailure) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*RetryReplicationFailure) ProtoMessage()
- func (m *RetryReplicationFailure) Reset()
- func (m *RetryReplicationFailure) Size() (n int)
- func (this *RetryReplicationFailure) String() string
- func (m *RetryReplicationFailure) Unmarshal(dAtA []byte) error
- func (m *RetryReplicationFailure) XXX_DiscardUnknown()
- func (m *RetryReplicationFailure) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *RetryReplicationFailure) XXX_Merge(src proto.Message)
- func (m *RetryReplicationFailure) XXX_Size() int
- func (m *RetryReplicationFailure) XXX_Unmarshal(b []byte) error
- type ShardOwnershipLostFailure
- func (*ShardOwnershipLostFailure) Descriptor() ([]byte, []int)
- func (this *ShardOwnershipLostFailure) Equal(that interface{}) bool
- func (m *ShardOwnershipLostFailure) GetCurrentHost() string
- func (m *ShardOwnershipLostFailure) GetOwnerHost() string
- func (this *ShardOwnershipLostFailure) GoString() string
- func (m *ShardOwnershipLostFailure) Marshal() (dAtA []byte, err error)
- func (m *ShardOwnershipLostFailure) MarshalTo(dAtA []byte) (int, error)
- func (m *ShardOwnershipLostFailure) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*ShardOwnershipLostFailure) ProtoMessage()
- func (m *ShardOwnershipLostFailure) Reset()
- func (m *ShardOwnershipLostFailure) Size() (n int)
- func (this *ShardOwnershipLostFailure) String() string
- func (m *ShardOwnershipLostFailure) Unmarshal(dAtA []byte) error
- func (m *ShardOwnershipLostFailure) XXX_DiscardUnknown()
- func (m *ShardOwnershipLostFailure) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *ShardOwnershipLostFailure) XXX_Merge(src proto.Message)
- func (m *ShardOwnershipLostFailure) XXX_Size() int
- func (m *ShardOwnershipLostFailure) XXX_Unmarshal(b []byte) error
- type TaskAlreadyStartedFailure
- func (*TaskAlreadyStartedFailure) Descriptor() ([]byte, []int)
- func (this *TaskAlreadyStartedFailure) Equal(that interface{}) bool
- func (this *TaskAlreadyStartedFailure) GoString() string
- func (m *TaskAlreadyStartedFailure) Marshal() (dAtA []byte, err error)
- func (m *TaskAlreadyStartedFailure) MarshalTo(dAtA []byte) (int, error)
- func (m *TaskAlreadyStartedFailure) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*TaskAlreadyStartedFailure) ProtoMessage()
- func (m *TaskAlreadyStartedFailure) Reset()
- func (m *TaskAlreadyStartedFailure) Size() (n int)
- func (this *TaskAlreadyStartedFailure) String() string
- func (m *TaskAlreadyStartedFailure) Unmarshal(dAtA []byte) error
- func (m *TaskAlreadyStartedFailure) XXX_DiscardUnknown()
- func (m *TaskAlreadyStartedFailure) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *TaskAlreadyStartedFailure) XXX_Merge(src proto.Message)
- func (m *TaskAlreadyStartedFailure) XXX_Size() int
- func (m *TaskAlreadyStartedFailure) XXX_Unmarshal(b []byte) error
Constants ¶
This section is empty.
Variables ¶
Functions ¶
This section is empty.
Types ¶
type CurrentBranchChangedFailure ¶
type CurrentBranchChangedFailure struct { CurrentBranchToken []byte `protobuf:"bytes,1,opt,name=current_branch_token,json=currentBranchToken,proto3" json:"current_branch_token,omitempty"` RequestBranchToken []byte `protobuf:"bytes,2,opt,name=request_branch_token,json=requestBranchToken,proto3" json:"request_branch_token,omitempty"` }
func (*CurrentBranchChangedFailure) Descriptor ¶
func (*CurrentBranchChangedFailure) Descriptor() ([]byte, []int)
func (*CurrentBranchChangedFailure) Equal ¶
func (this *CurrentBranchChangedFailure) Equal(that interface{}) bool
func (*CurrentBranchChangedFailure) GetCurrentBranchToken ¶
func (m *CurrentBranchChangedFailure) GetCurrentBranchToken() []byte
func (*CurrentBranchChangedFailure) GetRequestBranchToken ¶
func (m *CurrentBranchChangedFailure) GetRequestBranchToken() []byte
func (*CurrentBranchChangedFailure) GoString ¶
func (this *CurrentBranchChangedFailure) GoString() string
func (*CurrentBranchChangedFailure) Marshal ¶
func (m *CurrentBranchChangedFailure) Marshal() (dAtA []byte, err error)
func (*CurrentBranchChangedFailure) MarshalTo ¶
func (m *CurrentBranchChangedFailure) MarshalTo(dAtA []byte) (int, error)
func (*CurrentBranchChangedFailure) MarshalToSizedBuffer ¶
func (m *CurrentBranchChangedFailure) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*CurrentBranchChangedFailure) ProtoMessage ¶
func (*CurrentBranchChangedFailure) ProtoMessage()
func (*CurrentBranchChangedFailure) Reset ¶
func (m *CurrentBranchChangedFailure) Reset()
func (*CurrentBranchChangedFailure) Size ¶
func (m *CurrentBranchChangedFailure) Size() (n int)
func (*CurrentBranchChangedFailure) String ¶
func (this *CurrentBranchChangedFailure) String() string
func (*CurrentBranchChangedFailure) Unmarshal ¶
func (m *CurrentBranchChangedFailure) Unmarshal(dAtA []byte) error
func (*CurrentBranchChangedFailure) XXX_DiscardUnknown ¶
func (m *CurrentBranchChangedFailure) XXX_DiscardUnknown()
func (*CurrentBranchChangedFailure) XXX_Marshal ¶
func (m *CurrentBranchChangedFailure) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*CurrentBranchChangedFailure) XXX_Merge ¶
func (m *CurrentBranchChangedFailure) XXX_Merge(src proto.Message)
func (*CurrentBranchChangedFailure) XXX_Size ¶
func (m *CurrentBranchChangedFailure) XXX_Size() int
func (*CurrentBranchChangedFailure) XXX_Unmarshal ¶
func (m *CurrentBranchChangedFailure) XXX_Unmarshal(b []byte) error
type RetryReplicationFailure ¶ added in v1.4.0
type RetryReplicationFailure struct { NamespaceId string `protobuf:"bytes,1,opt,name=namespace_id,json=namespaceId,proto3" json:"namespace_id,omitempty"` WorkflowId string `protobuf:"bytes,2,opt,name=workflow_id,json=workflowId,proto3" json:"workflow_id,omitempty"` RunId string `protobuf:"bytes,3,opt,name=run_id,json=runId,proto3" json:"run_id,omitempty"` StartEventId int64 `protobuf:"varint,4,opt,name=start_event_id,json=startEventId,proto3" json:"start_event_id,omitempty"` StartEventVersion int64 `protobuf:"varint,5,opt,name=start_event_version,json=startEventVersion,proto3" json:"start_event_version,omitempty"` EndEventId int64 `protobuf:"varint,6,opt,name=end_event_id,json=endEventId,proto3" json:"end_event_id,omitempty"` EndEventVersion int64 `protobuf:"varint,7,opt,name=end_event_version,json=endEventVersion,proto3" json:"end_event_version,omitempty"` }
func (*RetryReplicationFailure) Descriptor ¶ added in v1.4.0
func (*RetryReplicationFailure) Descriptor() ([]byte, []int)
func (*RetryReplicationFailure) Equal ¶ added in v1.4.0
func (this *RetryReplicationFailure) Equal(that interface{}) bool
func (*RetryReplicationFailure) GetEndEventId ¶ added in v1.4.0
func (m *RetryReplicationFailure) GetEndEventId() int64
func (*RetryReplicationFailure) GetEndEventVersion ¶ added in v1.4.0
func (m *RetryReplicationFailure) GetEndEventVersion() int64
func (*RetryReplicationFailure) GetNamespaceId ¶ added in v1.4.0
func (m *RetryReplicationFailure) GetNamespaceId() string
func (*RetryReplicationFailure) GetRunId ¶ added in v1.4.0
func (m *RetryReplicationFailure) GetRunId() string
func (*RetryReplicationFailure) GetStartEventId ¶ added in v1.4.0
func (m *RetryReplicationFailure) GetStartEventId() int64
func (*RetryReplicationFailure) GetStartEventVersion ¶ added in v1.4.0
func (m *RetryReplicationFailure) GetStartEventVersion() int64
func (*RetryReplicationFailure) GetWorkflowId ¶ added in v1.4.0
func (m *RetryReplicationFailure) GetWorkflowId() string
func (*RetryReplicationFailure) GoString ¶ added in v1.4.0
func (this *RetryReplicationFailure) GoString() string
func (*RetryReplicationFailure) Marshal ¶ added in v1.4.0
func (m *RetryReplicationFailure) Marshal() (dAtA []byte, err error)
func (*RetryReplicationFailure) MarshalTo ¶ added in v1.4.0
func (m *RetryReplicationFailure) MarshalTo(dAtA []byte) (int, error)
func (*RetryReplicationFailure) MarshalToSizedBuffer ¶ added in v1.4.0
func (m *RetryReplicationFailure) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*RetryReplicationFailure) ProtoMessage ¶ added in v1.4.0
func (*RetryReplicationFailure) ProtoMessage()
func (*RetryReplicationFailure) Reset ¶ added in v1.4.0
func (m *RetryReplicationFailure) Reset()
func (*RetryReplicationFailure) Size ¶ added in v1.4.0
func (m *RetryReplicationFailure) Size() (n int)
func (*RetryReplicationFailure) String ¶ added in v1.4.0
func (this *RetryReplicationFailure) String() string
func (*RetryReplicationFailure) Unmarshal ¶ added in v1.4.0
func (m *RetryReplicationFailure) Unmarshal(dAtA []byte) error
func (*RetryReplicationFailure) XXX_DiscardUnknown ¶ added in v1.4.0
func (m *RetryReplicationFailure) XXX_DiscardUnknown()
func (*RetryReplicationFailure) XXX_Marshal ¶ added in v1.4.0
func (m *RetryReplicationFailure) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*RetryReplicationFailure) XXX_Merge ¶ added in v1.4.0
func (m *RetryReplicationFailure) XXX_Merge(src proto.Message)
func (*RetryReplicationFailure) XXX_Size ¶ added in v1.4.0
func (m *RetryReplicationFailure) XXX_Size() int
func (*RetryReplicationFailure) XXX_Unmarshal ¶ added in v1.4.0
func (m *RetryReplicationFailure) XXX_Unmarshal(b []byte) error
type ShardOwnershipLostFailure ¶
type ShardOwnershipLostFailure struct { OwnerHost string `protobuf:"bytes,1,opt,name=owner_host,json=ownerHost,proto3" json:"owner_host,omitempty"` CurrentHost string `protobuf:"bytes,2,opt,name=current_host,json=currentHost,proto3" json:"current_host,omitempty"` }
func (*ShardOwnershipLostFailure) Descriptor ¶
func (*ShardOwnershipLostFailure) Descriptor() ([]byte, []int)
func (*ShardOwnershipLostFailure) Equal ¶
func (this *ShardOwnershipLostFailure) Equal(that interface{}) bool
func (*ShardOwnershipLostFailure) GetCurrentHost ¶
func (m *ShardOwnershipLostFailure) GetCurrentHost() string
func (*ShardOwnershipLostFailure) GetOwnerHost ¶
func (m *ShardOwnershipLostFailure) GetOwnerHost() string
func (*ShardOwnershipLostFailure) GoString ¶
func (this *ShardOwnershipLostFailure) GoString() string
func (*ShardOwnershipLostFailure) Marshal ¶
func (m *ShardOwnershipLostFailure) Marshal() (dAtA []byte, err error)
func (*ShardOwnershipLostFailure) MarshalTo ¶
func (m *ShardOwnershipLostFailure) MarshalTo(dAtA []byte) (int, error)
func (*ShardOwnershipLostFailure) MarshalToSizedBuffer ¶
func (m *ShardOwnershipLostFailure) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*ShardOwnershipLostFailure) ProtoMessage ¶
func (*ShardOwnershipLostFailure) ProtoMessage()
func (*ShardOwnershipLostFailure) Reset ¶
func (m *ShardOwnershipLostFailure) Reset()
func (*ShardOwnershipLostFailure) Size ¶
func (m *ShardOwnershipLostFailure) Size() (n int)
func (*ShardOwnershipLostFailure) String ¶
func (this *ShardOwnershipLostFailure) String() string
func (*ShardOwnershipLostFailure) Unmarshal ¶
func (m *ShardOwnershipLostFailure) Unmarshal(dAtA []byte) error
func (*ShardOwnershipLostFailure) XXX_DiscardUnknown ¶
func (m *ShardOwnershipLostFailure) XXX_DiscardUnknown()
func (*ShardOwnershipLostFailure) XXX_Marshal ¶
func (m *ShardOwnershipLostFailure) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*ShardOwnershipLostFailure) XXX_Merge ¶
func (m *ShardOwnershipLostFailure) XXX_Merge(src proto.Message)
func (*ShardOwnershipLostFailure) XXX_Size ¶
func (m *ShardOwnershipLostFailure) XXX_Size() int
func (*ShardOwnershipLostFailure) XXX_Unmarshal ¶
func (m *ShardOwnershipLostFailure) XXX_Unmarshal(b []byte) error
type TaskAlreadyStartedFailure ¶
type TaskAlreadyStartedFailure struct { }
func (*TaskAlreadyStartedFailure) Descriptor ¶
func (*TaskAlreadyStartedFailure) Descriptor() ([]byte, []int)
func (*TaskAlreadyStartedFailure) Equal ¶
func (this *TaskAlreadyStartedFailure) Equal(that interface{}) bool
func (*TaskAlreadyStartedFailure) GoString ¶
func (this *TaskAlreadyStartedFailure) GoString() string
func (*TaskAlreadyStartedFailure) Marshal ¶
func (m *TaskAlreadyStartedFailure) Marshal() (dAtA []byte, err error)
func (*TaskAlreadyStartedFailure) MarshalTo ¶
func (m *TaskAlreadyStartedFailure) MarshalTo(dAtA []byte) (int, error)
func (*TaskAlreadyStartedFailure) MarshalToSizedBuffer ¶
func (m *TaskAlreadyStartedFailure) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*TaskAlreadyStartedFailure) ProtoMessage ¶
func (*TaskAlreadyStartedFailure) ProtoMessage()
func (*TaskAlreadyStartedFailure) Reset ¶
func (m *TaskAlreadyStartedFailure) Reset()
func (*TaskAlreadyStartedFailure) Size ¶
func (m *TaskAlreadyStartedFailure) Size() (n int)
func (*TaskAlreadyStartedFailure) String ¶
func (this *TaskAlreadyStartedFailure) String() string
func (*TaskAlreadyStartedFailure) Unmarshal ¶
func (m *TaskAlreadyStartedFailure) Unmarshal(dAtA []byte) error
func (*TaskAlreadyStartedFailure) XXX_DiscardUnknown ¶
func (m *TaskAlreadyStartedFailure) XXX_DiscardUnknown()
func (*TaskAlreadyStartedFailure) XXX_Marshal ¶
func (m *TaskAlreadyStartedFailure) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*TaskAlreadyStartedFailure) XXX_Merge ¶
func (m *TaskAlreadyStartedFailure) XXX_Merge(src proto.Message)
func (*TaskAlreadyStartedFailure) XXX_Size ¶
func (m *TaskAlreadyStartedFailure) XXX_Size() int
func (*TaskAlreadyStartedFailure) XXX_Unmarshal ¶
func (m *TaskAlreadyStartedFailure) XXX_Unmarshal(b []byte) error
Click to show internal directories.
Click to hide internal directories.