Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var (
ErrInterpolationError = errors.New("interpolation_error")
)
Functions ¶
This section is empty.
Types ¶
type HttpClient ¶
type HttpClient struct {
// contains filtered or unexported fields
}
func NewHTTPClient ¶
func NewHTTPClient(client http.Client) HttpClient
NewHTTPClient instantiates a new http executor
type Interpolator ¶
type Interpolator struct{}
func NewInterpolator ¶
func NewInterpolator() *Interpolator
NewInterpolator instantiates a new template interpolator
type Runner ¶
type Runner struct {
// contains filtered or unexported fields
}
func NewRunner ¶
func NewRunner(client HttpClient, interpolator Interpolator, matcher Matcher, exporter Exporter) Runner
NewRunner instantiates a new HTTPRunner
Click to show internal directories.
Click to hide internal directories.