Documentation ¶
Overview ¶
Package matchers holds a registry of default matchers.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Configure ¶
func Configure(ctx context.Context, fs map[string]driver.MatcherFactory, cfg map[string]driver.MatcherConfigUnmarshaler, c *http.Client) error
Configure calls the Configure method on all the passed-in MatcherFactories.
func Register ¶
func Register(name string, f driver.MatcherFactory)
Register registers an MatcherFactory.
Register will panic if the same name is used twice.
func Registered ¶
func Registered() map[string]driver.MatcherFactory
Registered returns a new map populated with the registered MatcherFactories.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.