adaptertest

package
v0.2.0 Latest Latest
Warning

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

Go to latest
Published: Nov 1, 2024 License: BSD-3-Clause Imports: 16 Imported by: 0

Documentation

Index

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 RunRoleSchedulerTest(t *testing.T, factory func(t *testing.T, instances int) []workflow.RoleScheduler)

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

type User

type User struct {
	UID         string
	Email       string
	CountryCode string
}

Jump to

Keyboard shortcuts

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