# Packages
No description provided by the author
Package extractors implements extractors for http response data retrieval.
Package matchers implements matchers for http response matching with templates.
# Functions
MakeDynamicValuesCallback takes an input dynamic values map and calls the callback function with all variations of the data in input in form of map[string]string (interface{}).
# Type aliases
ExtractFunc performs extracting operation for an extractor on model and returns true or false.
MatchFunc performs matching operation for a matcher on model and returns true or false.