data

package
v0.0.0-...-ffaa3c7 Latest Latest
Warning

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

Go to latest
Published: Sep 3, 2023 License: MIT Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

TestingFuncs contain the suite of funcs that a db implementation should be tested against

Functions

func TestEmailAddressExists

func TestEmailAddressExists(t *testing.T, db burner.Database)

TestEmailAddressExists verifies that EmailAddressExists works

func TestGetInboxByAddress

func TestGetInboxByAddress(t *testing.T, db burner.Database)

TestGetInboxByID verifies that GetInboxByID works

func TestGetInboxByID

func TestGetInboxByID(t *testing.T, db burner.Database)

TestGetInboxByID verifies that GetInboxByID works

func TestGetMessageByID

func TestGetMessageByID(t *testing.T, db burner.Database)

TestGetMessageByID verifies that GetMessageByID works

func TestGetMessagesByInboxID

func TestGetMessagesByInboxID(t *testing.T, db burner.Database)

TestGetMessagesByInboxID verifies that GetMessagesByInboxID works nolint

func TestSaveNewInbox

func TestSaveNewInbox(t *testing.T, db burner.Database)

TestSaveNewInbox verifies that SaveNewInbox works

func TestSaveNewMessage

func TestSaveNewMessage(t *testing.T, db burner.Database)

TestSaveNewMessage verifies that SaveNewMessage works

func TestSetInboxCreated

func TestSetInboxCreated(t *testing.T, db burner.Database)

TestSetInboxCreated verifies that SetInboxCreated works

Types

type TestFunction

type TestFunction = func(t *testing.T, db burner.Database)

TestFunction is the signature for a testing function

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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