package
1.27.2
Repository: https://github.com/echohead/yarpc-go.git
Documentation: pkg.go.dev

# Functions

NewMatcher returns a pair of matchers corresponding to the arguments of GetHandler(Context, Request), for verifying that GetHandler is called with parameters that satisfy given constraints.

# Structs

Matcher is a gomock Matcher that validates transport requests with given criteria.

# Type aliases

Criterion is an argument that adds criteria to a transport request and context matcher.