Documentation ¶
Index ¶
- func RunConnectorTest(t *testing.T, ...)
- func RunEventStreamerTest(t *testing.T, constructor workflow.EventStreamer)
- func RunRecordStoreTest(t *testing.T, factory func() workflow.RecordStore)
- func RunRoleSchedulerTest(t *testing.T, ...)
- func RunTimeoutStoreTest(t *testing.T, factory func() workflow.TimeoutStore)
- type SyncStatus
- type User
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func RunConnectorTest ¶ added in v0.1.2
func RunConnectorTest(t *testing.T, maker func(seedEvents []workflow.ConnectorEvent) workflow.ConnectorConstructor)
func RunEventStreamerTest ¶
func RunEventStreamerTest(t *testing.T, constructor workflow.EventStreamer)
func RunRecordStoreTest ¶
func RunRecordStoreTest(t *testing.T, factory func() workflow.RecordStore)
func RunRoleSchedulerTest ¶
func RunTimeoutStoreTest ¶
func RunTimeoutStoreTest(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.