Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Handler ¶
type Handler struct {
// contains filtered or unexported fields
}
func NewMockHandler ¶
func NewMockHandler(options ...HandlerOption) *Handler
type HandlerOption ¶
type HandlerOption = func(*Handler)
func WithLogger ¶ added in v0.0.7
func WithLogger(logger contracts.Logger) HandlerOption
func WithResponse ¶ added in v0.0.7
func WithResponse(response Response) HandlerOption
Click to show internal directories.
Click to hide internal directories.