req_res_validator

package
v0.0.2 Latest Latest
Warning

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

Go to latest
Published: Apr 10, 2025 License: MIT Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ReqResValidator

type ReqResValidator struct {
	// contains filtered or unexported fields
}

func MustNew

func MustNew(oapi []byte, logger *slog.Logger) *ReqResValidator

func New

func New(oapi []byte, logger *slog.Logger) (*ReqResValidator, error)

oapi - OpenAPI document from file

func (*ReqResValidator) ValidateRequest

func (r *ReqResValidator) ValidateRequest(req *http.Request) (bool, []*errors.ValidationError)

func (*ReqResValidator) ValidateResponse

func (r *ReqResValidator) ValidateResponse(req *http.Request, res *http.Response) (bool, []*errors.ValidationError)

Jump to

Keyboard shortcuts

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