problem

package
v0.0.0-...-e70b96e Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 27, 2024 License: LGPL-3.0 Imports: 0 Imported by: 0

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"`
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL