Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func TestRecordStore ¶
func TestRecordStore(t *testing.T, factory func() workflow.RecordStore)
func TestStreamer ¶
func TestStreamer(t *testing.T, constructor workflow.EventStreamer)
func TestTimeoutStore ¶
func TestTimeoutStore(t *testing.T, factory func() workflow.TimeoutStore)
Types ¶
type SyncStatus ¶
type SyncStatus int
const ( SyncStatusUnknown SyncStatus = 0 SyncStatusStarted SyncStatus = 1 SyncStatusEmailSet SyncStatus = 2 SyncStatusRegulationTimeout SyncStatus = 3 SyncStatusCompleted SyncStatus = 4 )
func (SyncStatus) String ¶
func (s SyncStatus) String() string
Click to show internal directories.
Click to hide internal directories.