Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Sender ¶
type Sender struct {
URL *url.URL
Event event.Event
YAML bool
Delay *time.Duration
Verbose bool
// PreHook allows for mutation of the outbound event before translation to
// a to HTTP request.
PreHook event.MutationFn
// PostHook allows for recording of the outbound HTTP request and resulting
// response and/or error.
PostHook http.ResultsFn
}
Click to show internal directories.
Click to hide internal directories.