Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type HTTP ¶
type HTTP struct {
// contains filtered or unexported fields
}
HTTP is a HTTP server that can be used in integration tests.
type Option ¶
type Option func(*options)
Option is a function that configures the process.
func WithHandler ¶
func WithHandlerFunc ¶ added in v1.13.0
func WithHandlerFunc(path string, fn http.HandlerFunc) Option
Click to show internal directories.
Click to hide internal directories.