Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Send ¶
func Send(t *testing.T, addressable Addressable, mutators ...EventMutator) []string
func SendN ¶
func SendN(t *testing.T, n int, addressable Addressable, mutators ...EventMutator) []string
Types ¶
type Addressable ¶
type Addressable struct { types.NamespacedName metav1.TypeMeta }
type Creator ¶
type Creator func(namespacedName types.NamespacedName) (Addressable, error)
type EventMutator ¶
type EventMutator func(event *cloudevents.Event)
Click to show internal directories.
Click to hide internal directories.