Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type EventPublisher ¶
type EventPublisher interface {
Publish(context.Context, RequestInfo) error
Error(context.Context, RequestError) error
}
type RequestError ¶
type RequestError struct {
RequestInfo
StatusCode int
Error error
}
Click to show internal directories.
Click to hide internal directories.