Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type GroundGopher ¶
type GroundGopher struct {
// contains filtered or unexported fields
}
func New ¶
func New(opts ...Option) (*GroundGopher, error)
New returns a new gopher to run your tests
func (*GroundGopher) Add ¶
func (gg *GroundGopher) Add(v Variable) error
func (*GroundGopher) Get ¶
func (gg *GroundGopher) Get(k string) string
func (*GroundGopher) Set ¶
func (gg *GroundGopher) Set(k, v string)
type Option ¶
type Option func(gg *GroundGopher)
func WithWorkers ¶
WithWorkers allows you to set the maximum number of parallel requests
type Out ¶
type Out struct {
Resp *http.Response
Body []byte
StatusCode int
Duration time.Duration
UserAgent string
}
func (*Out) JSONPathLookup ¶
type Report ¶
Click to show internal directories.
Click to hide internal directories.