testing

package
v0.4.2 Latest Latest
Warning

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

Go to latest
Published: Dec 30, 2023 License: BSD-3-Clause Imports: 12 Imported by: 0

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

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