Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type GraphQLProblemDto ¶
type GraphQLProblemDto struct { // Endpoint The endpoint in the SUT that expect incoming GraphQL queries Endpoint string `json:"endpoint"` }
type ProblemInfo ¶
type ProblemInfo interface{}
type RestProblemDto ¶
type RestProblemDto struct { // OpenApiUrl The full URL of where the OpenAPI schema can be located OpenApiUrl string `json:"openApiUrl"` // EndpointsToSkip When testing a REST API, there might be some endpoints that are not so important to test. // For example, in Spring, health-check endpoints like "/heapdump" are not so interesting to test, // and they can be very expensive to run. EndpointsToSkip []string `json:"endpointsToSkip,omitempty"` }
Click to show internal directories.
Click to hide internal directories.