Documentation ¶
Index ¶
- Variables
- type StartTimeFilter
- func (*StartTimeFilter) Descriptor() ([]byte, []int)
- func (this *StartTimeFilter) Equal(that interface{}) bool
- func (m *StartTimeFilter) GetEarliestTime() *time.Time
- func (m *StartTimeFilter) GetLatestTime() *time.Time
- func (this *StartTimeFilter) GoString() string
- func (m *StartTimeFilter) Marshal() (dAtA []byte, err error)
- func (m *StartTimeFilter) MarshalTo(dAtA []byte) (int, error)
- func (m *StartTimeFilter) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*StartTimeFilter) ProtoMessage()
- func (m *StartTimeFilter) Reset()
- func (m *StartTimeFilter) Size() (n int)
- func (this *StartTimeFilter) String() string
- func (m *StartTimeFilter) Unmarshal(dAtA []byte) error
- func (m *StartTimeFilter) XXX_DiscardUnknown()
- func (m *StartTimeFilter) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *StartTimeFilter) XXX_Merge(src proto.Message)
- func (m *StartTimeFilter) XXX_Size() int
- func (m *StartTimeFilter) XXX_Unmarshal(b []byte) error
- type StatusFilter
- func (*StatusFilter) Descriptor() ([]byte, []int)
- func (this *StatusFilter) Equal(that interface{}) bool
- func (m *StatusFilter) GetStatus() v1.WorkflowExecutionStatus
- func (this *StatusFilter) GoString() string
- func (m *StatusFilter) Marshal() (dAtA []byte, err error)
- func (m *StatusFilter) MarshalTo(dAtA []byte) (int, error)
- func (m *StatusFilter) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*StatusFilter) ProtoMessage()
- func (m *StatusFilter) Reset()
- func (m *StatusFilter) Size() (n int)
- func (this *StatusFilter) String() string
- func (m *StatusFilter) Unmarshal(dAtA []byte) error
- func (m *StatusFilter) XXX_DiscardUnknown()
- func (m *StatusFilter) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *StatusFilter) XXX_Merge(src proto.Message)
- func (m *StatusFilter) XXX_Size() int
- func (m *StatusFilter) XXX_Unmarshal(b []byte) error
- type WorkflowExecutionFilter
- func (*WorkflowExecutionFilter) Descriptor() ([]byte, []int)
- func (this *WorkflowExecutionFilter) Equal(that interface{}) bool
- func (m *WorkflowExecutionFilter) GetRunId() string
- func (m *WorkflowExecutionFilter) GetWorkflowId() string
- func (this *WorkflowExecutionFilter) GoString() string
- func (m *WorkflowExecutionFilter) Marshal() (dAtA []byte, err error)
- func (m *WorkflowExecutionFilter) MarshalTo(dAtA []byte) (int, error)
- func (m *WorkflowExecutionFilter) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*WorkflowExecutionFilter) ProtoMessage()
- func (m *WorkflowExecutionFilter) Reset()
- func (m *WorkflowExecutionFilter) Size() (n int)
- func (this *WorkflowExecutionFilter) String() string
- func (m *WorkflowExecutionFilter) Unmarshal(dAtA []byte) error
- func (m *WorkflowExecutionFilter) XXX_DiscardUnknown()
- func (m *WorkflowExecutionFilter) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *WorkflowExecutionFilter) XXX_Merge(src proto.Message)
- func (m *WorkflowExecutionFilter) XXX_Size() int
- func (m *WorkflowExecutionFilter) XXX_Unmarshal(b []byte) error
- type WorkflowTypeFilter
- func (*WorkflowTypeFilter) Descriptor() ([]byte, []int)
- func (this *WorkflowTypeFilter) Equal(that interface{}) bool
- func (m *WorkflowTypeFilter) GetName() string
- func (this *WorkflowTypeFilter) GoString() string
- func (m *WorkflowTypeFilter) Marshal() (dAtA []byte, err error)
- func (m *WorkflowTypeFilter) MarshalTo(dAtA []byte) (int, error)
- func (m *WorkflowTypeFilter) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*WorkflowTypeFilter) ProtoMessage()
- func (m *WorkflowTypeFilter) Reset()
- func (m *WorkflowTypeFilter) Size() (n int)
- func (this *WorkflowTypeFilter) String() string
- func (m *WorkflowTypeFilter) Unmarshal(dAtA []byte) error
- func (m *WorkflowTypeFilter) XXX_DiscardUnknown()
- func (m *WorkflowTypeFilter) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *WorkflowTypeFilter) XXX_Merge(src proto.Message)
- func (m *WorkflowTypeFilter) XXX_Size() int
- func (m *WorkflowTypeFilter) XXX_Unmarshal(b []byte) error
Constants ¶
This section is empty.
Variables ¶
Functions ¶
This section is empty.
Types ¶
type StartTimeFilter ¶
type StartTimeFilter struct { EarliestTime *time.Time `protobuf:"bytes,1,opt,name=earliest_time,json=earliestTime,proto3,stdtime" json:"earliest_time,omitempty"` LatestTime *time.Time `protobuf:"bytes,2,opt,name=latest_time,json=latestTime,proto3,stdtime" json:"latest_time,omitempty"` }
func (*StartTimeFilter) Descriptor ¶
func (*StartTimeFilter) Descriptor() ([]byte, []int)
func (*StartTimeFilter) Equal ¶
func (this *StartTimeFilter) Equal(that interface{}) bool
func (*StartTimeFilter) GetEarliestTime ¶
func (m *StartTimeFilter) GetEarliestTime() *time.Time
func (*StartTimeFilter) GetLatestTime ¶
func (m *StartTimeFilter) GetLatestTime() *time.Time
func (*StartTimeFilter) GoString ¶
func (this *StartTimeFilter) GoString() string
func (*StartTimeFilter) Marshal ¶
func (m *StartTimeFilter) Marshal() (dAtA []byte, err error)
func (*StartTimeFilter) MarshalToSizedBuffer ¶
func (m *StartTimeFilter) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*StartTimeFilter) ProtoMessage ¶
func (*StartTimeFilter) ProtoMessage()
func (*StartTimeFilter) Reset ¶
func (m *StartTimeFilter) Reset()
func (*StartTimeFilter) Size ¶
func (m *StartTimeFilter) Size() (n int)
func (*StartTimeFilter) String ¶
func (this *StartTimeFilter) String() string
func (*StartTimeFilter) Unmarshal ¶
func (m *StartTimeFilter) Unmarshal(dAtA []byte) error
func (*StartTimeFilter) XXX_DiscardUnknown ¶
func (m *StartTimeFilter) XXX_DiscardUnknown()
func (*StartTimeFilter) XXX_Marshal ¶
func (m *StartTimeFilter) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*StartTimeFilter) XXX_Merge ¶
func (m *StartTimeFilter) XXX_Merge(src proto.Message)
func (*StartTimeFilter) XXX_Size ¶
func (m *StartTimeFilter) XXX_Size() int
func (*StartTimeFilter) XXX_Unmarshal ¶
func (m *StartTimeFilter) XXX_Unmarshal(b []byte) error
type StatusFilter ¶
type StatusFilter struct {
Status v1.WorkflowExecutionStatus `protobuf:"varint,1,opt,name=status,proto3,enum=temporal.api.enums.v1.WorkflowExecutionStatus" json:"status,omitempty"`
}
func (*StatusFilter) Descriptor ¶
func (*StatusFilter) Descriptor() ([]byte, []int)
func (*StatusFilter) Equal ¶
func (this *StatusFilter) Equal(that interface{}) bool
func (*StatusFilter) GetStatus ¶
func (m *StatusFilter) GetStatus() v1.WorkflowExecutionStatus
func (*StatusFilter) GoString ¶
func (this *StatusFilter) GoString() string
func (*StatusFilter) Marshal ¶
func (m *StatusFilter) Marshal() (dAtA []byte, err error)
func (*StatusFilter) MarshalToSizedBuffer ¶
func (m *StatusFilter) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*StatusFilter) ProtoMessage ¶
func (*StatusFilter) ProtoMessage()
func (*StatusFilter) Reset ¶
func (m *StatusFilter) Reset()
func (*StatusFilter) Size ¶
func (m *StatusFilter) Size() (n int)
func (*StatusFilter) String ¶
func (this *StatusFilter) String() string
func (*StatusFilter) Unmarshal ¶
func (m *StatusFilter) Unmarshal(dAtA []byte) error
func (*StatusFilter) XXX_DiscardUnknown ¶
func (m *StatusFilter) XXX_DiscardUnknown()
func (*StatusFilter) XXX_Marshal ¶
func (m *StatusFilter) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*StatusFilter) XXX_Merge ¶
func (m *StatusFilter) XXX_Merge(src proto.Message)
func (*StatusFilter) XXX_Size ¶
func (m *StatusFilter) XXX_Size() int
func (*StatusFilter) XXX_Unmarshal ¶
func (m *StatusFilter) XXX_Unmarshal(b []byte) error
type WorkflowExecutionFilter ¶
type WorkflowExecutionFilter struct { WorkflowId string `protobuf:"bytes,1,opt,name=workflow_id,json=workflowId,proto3" json:"workflow_id,omitempty"` RunId string `protobuf:"bytes,2,opt,name=run_id,json=runId,proto3" json:"run_id,omitempty"` }
func (*WorkflowExecutionFilter) Descriptor ¶
func (*WorkflowExecutionFilter) Descriptor() ([]byte, []int)
func (*WorkflowExecutionFilter) Equal ¶
func (this *WorkflowExecutionFilter) Equal(that interface{}) bool
func (*WorkflowExecutionFilter) GetRunId ¶
func (m *WorkflowExecutionFilter) GetRunId() string
func (*WorkflowExecutionFilter) GetWorkflowId ¶
func (m *WorkflowExecutionFilter) GetWorkflowId() string
func (*WorkflowExecutionFilter) GoString ¶
func (this *WorkflowExecutionFilter) GoString() string
func (*WorkflowExecutionFilter) Marshal ¶
func (m *WorkflowExecutionFilter) Marshal() (dAtA []byte, err error)
func (*WorkflowExecutionFilter) MarshalTo ¶
func (m *WorkflowExecutionFilter) MarshalTo(dAtA []byte) (int, error)
func (*WorkflowExecutionFilter) MarshalToSizedBuffer ¶
func (m *WorkflowExecutionFilter) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*WorkflowExecutionFilter) ProtoMessage ¶
func (*WorkflowExecutionFilter) ProtoMessage()
func (*WorkflowExecutionFilter) Reset ¶
func (m *WorkflowExecutionFilter) Reset()
func (*WorkflowExecutionFilter) Size ¶
func (m *WorkflowExecutionFilter) Size() (n int)
func (*WorkflowExecutionFilter) String ¶
func (this *WorkflowExecutionFilter) String() string
func (*WorkflowExecutionFilter) Unmarshal ¶
func (m *WorkflowExecutionFilter) Unmarshal(dAtA []byte) error
func (*WorkflowExecutionFilter) XXX_DiscardUnknown ¶
func (m *WorkflowExecutionFilter) XXX_DiscardUnknown()
func (*WorkflowExecutionFilter) XXX_Marshal ¶
func (m *WorkflowExecutionFilter) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*WorkflowExecutionFilter) XXX_Merge ¶
func (m *WorkflowExecutionFilter) XXX_Merge(src proto.Message)
func (*WorkflowExecutionFilter) XXX_Size ¶
func (m *WorkflowExecutionFilter) XXX_Size() int
func (*WorkflowExecutionFilter) XXX_Unmarshal ¶
func (m *WorkflowExecutionFilter) XXX_Unmarshal(b []byte) error
type WorkflowTypeFilter ¶
type WorkflowTypeFilter struct {
Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
}
func (*WorkflowTypeFilter) Descriptor ¶
func (*WorkflowTypeFilter) Descriptor() ([]byte, []int)
func (*WorkflowTypeFilter) Equal ¶
func (this *WorkflowTypeFilter) Equal(that interface{}) bool
func (*WorkflowTypeFilter) GetName ¶
func (m *WorkflowTypeFilter) GetName() string
func (*WorkflowTypeFilter) GoString ¶
func (this *WorkflowTypeFilter) GoString() string
func (*WorkflowTypeFilter) Marshal ¶
func (m *WorkflowTypeFilter) Marshal() (dAtA []byte, err error)
func (*WorkflowTypeFilter) MarshalTo ¶
func (m *WorkflowTypeFilter) MarshalTo(dAtA []byte) (int, error)
func (*WorkflowTypeFilter) MarshalToSizedBuffer ¶
func (m *WorkflowTypeFilter) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*WorkflowTypeFilter) ProtoMessage ¶
func (*WorkflowTypeFilter) ProtoMessage()
func (*WorkflowTypeFilter) Reset ¶
func (m *WorkflowTypeFilter) Reset()
func (*WorkflowTypeFilter) Size ¶
func (m *WorkflowTypeFilter) Size() (n int)
func (*WorkflowTypeFilter) String ¶
func (this *WorkflowTypeFilter) String() string
func (*WorkflowTypeFilter) Unmarshal ¶
func (m *WorkflowTypeFilter) Unmarshal(dAtA []byte) error
func (*WorkflowTypeFilter) XXX_DiscardUnknown ¶
func (m *WorkflowTypeFilter) XXX_DiscardUnknown()
func (*WorkflowTypeFilter) XXX_Marshal ¶
func (m *WorkflowTypeFilter) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*WorkflowTypeFilter) XXX_Merge ¶
func (m *WorkflowTypeFilter) XXX_Merge(src proto.Message)
func (*WorkflowTypeFilter) XXX_Size ¶
func (m *WorkflowTypeFilter) XXX_Size() int
func (*WorkflowTypeFilter) XXX_Unmarshal ¶
func (m *WorkflowTypeFilter) XXX_Unmarshal(b []byte) error
Click to show internal directories.
Click to hide internal directories.