package
0.3.7
Repository: https://github.com/checkr/openmock.git
Documentation: pkg.go.dev

# Functions

NewEvaluate creates a new http.Handler for the evaluate operation.
NewEvaluateDefault creates EvaluateDefault with default headers values.
NewEvaluateOK creates EvaluateOK with default headers values.
NewEvaluateParams creates a new EvaluateParams object no default values defined in spec.

# Constants

EvaluateOKCode is the HTTP code returned for type EvaluateOK.

# Structs

Evaluate swagger:route POST /evaluate evaluate evaluate evaluates a mock's response to a given input context, for debugging / development purposes */.
EvaluateDefault server error swagger:response evaluateDefault */.
EvaluateOK when successfully evaluated swagger:response evaluateOK */.
EvaluateParams contains all the bound params for the evaluate operation typically these are obtained from a http.Request swagger:parameters evaluate.
EvaluateURL generates an URL for the evaluate operation.

# Interfaces

EvaluateHandler interface for that can handle valid evaluate params.

# Type aliases

EvaluateHandlerFunc turns a function with the right signature into a evaluate handler.