Versions in this module Expand all Collapse all v0 v0.2.0 May 21, 2022 Changes in this version + type Executor struct + func NewExecutor(opts *Opts) (*Executor, error) + func (e *Executor) AllRequestIDs() ([]string, error) + func (e *Executor) BuildRequest(id string, opts *RequestOpts) (*Request, error) + func (e *Executor) Close() error + func (e *Executor) Execute(ctx context.Context, req *Request) (*http.Response, error) + func (e *Executor) LoadFiles() error + type Opts struct + Cache cache.Cache + type Request struct + HTTPRequest *http.Request + type RequestOpts struct + Params []string