Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // ErrNoTasksToExecute is returned when there are no tasks to execute ErrNoTasksToExecute = errors.New("there are no tasks to execute") )
Functions ¶
This section is empty.
Types ¶
type Plan ¶
type Plan struct { Goal string `json:"goal"` EndpointsFilepath string `json:"endpoints"` UserAgent string `json:"ua"` AuthDataset myhttp.AuthDataset `json:"auths"` Tasks []Task `json:"tasks"` }
Plan is a plan that contains test information
func (Plan) GetEndpointsPath ¶ added in v0.5.0
func (Plan) GetUserAgent ¶ added in v0.5.0
Click to show internal directories.
Click to hide internal directories.