validation

package
v0.1.13 Latest Latest
Warning

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

Go to latest
Published: May 13, 2024 License: AGPL-3.0 Imports: 4 Imported by: 2

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type HttpValidator

type HttpValidator interface {
	ValidateHttpRequest(request *http.Request) (bool, []*errors.ValidationError)
	ValidateHttpResponse(request *http.Request, response *http.Response) (bool, []*errors.ValidationError)
}

func NewHttpValidator

func NewHttpValidator(doc *v3.Document) HttpValidator

Jump to

Keyboard shortcuts

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