Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func MakeMockedRoutes ¶
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 WithMock ¶
func WithMock(mock Mock) HandlerOption
Click to show internal directories.
Click to hide internal directories.