package
3.3.3
Repository: https://github.com/google/martian.git
Documentation: pkg.go.dev

# Functions

New returns a pointer to a Filter with all child modifiers initialized to the noop modifier.

# Structs

Filter is a modifer that contains conditions to evaluate on request and response as well as a set of modifiers to execute based on the value of the provided RequestCondition or ResponseCondition.

# Interfaces

RequestCondition is the interface that describes matchers for response filters.
ResponseCondition is the interface that describes matchers for response filters.