package
0.27.0
Repository: https://github.com/nhatthm/grpcmock.git
Documentation: pkg.go.dev

# Functions

ClientStreamPayload initiates a new payload matcher for a client stream request.
Fn creates a new FnMatcher matcher.
Payload initiates a new payload matcher.
ServerStreamPayload initiates a new payload matcher for a server stream request.
UnaryPayload initiates a new payload matcher for a unary request.

# Structs

FnMatcher is a matcher that call itself.
PayloadMatcher matches a payload of a grpc request.

# Type aliases

HeaderMatcher matches the header values.
MatchFn is the match function to be used in FnMatcher.
PayloadDecoder decodes an input for matching.