Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Config ¶
Config is a common envconfig filled struct that includes the common options for knockdown testing. It is expected that knockdown tests will embed this struct in their configuration struct. E.g.
type FooKnockdownConfig { knockdown.Config FooProperty string `envconfig:...` }
type Receiver ¶
type Receiver interface {
Knockdown(event cloudevents.Event) bool
}
Click to show internal directories.
Click to hide internal directories.