Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AcceptanceTest ¶
AcceptanceTest is the acceptance test that all implementations of Outbox should pass. It should manually be called from a test case in each implementation:
func TestOutbox(t *testing.T) { o := NewOutbox() outbox.AcceptanceTest(t, o, context.Background()) }
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.